Update
This commit is contained in:
parent
fc412d05cd
commit
a227e4e4ed
1 changed files with 4 additions and 2 deletions
|
|
@ -21,10 +21,12 @@ function perform_clone_or_pull {
|
|||
ls -la
|
||||
git fetch
|
||||
git checkout origin/$BRANCH
|
||||
|
||||
echo "Working copy checked out";
|
||||
|
||||
echo "Why it does not work?"
|
||||
echo "Working copy checked out"
|
||||
}
|
||||
|
||||
|
||||
while read old_rew new_rew ref; do
|
||||
if [ "$ref" == "refs/heads/$BRANCH" ]; then
|
||||
perform_clone_or_pull "$TARGET_DIR";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue