This commit is contained in:
Tony Tkáčik 2019-05-03 13:15:39 +02:00
parent fc412d05cd
commit a227e4e4ed

View file

@ -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";