We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa73859 commit f5f2380Copy full SHA for f5f2380
git-sync.sh
@@ -31,7 +31,7 @@ fi
31
echo "SOURCE=$SOURCE_REPO:$SOURCE_BRANCH"
32
echo "DESTINATION=$DESTINATION_REPO:$DESTINATION_BRANCH"
33
34
-git clone "$SOURCE_REPO" source --origin source && cd source
+git clone "$SOURCE_REPO" /root/source --origin source && cd /root/source
35
git remote add destination "$DESTINATION_REPO"
36
37
# Pull all branches references down locally so subsequent commands can see them
0 commit comments