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.
2 parents 1df15f8 + d7f2043 commit f3f6d65Copy full SHA for f3f6d65
bin/compile
@@ -48,7 +48,7 @@ echo "-----> Installed SSH key from GIT_SSH_KEY"
48
49
# checkout the revision that's being deployed
50
git fetch -q --depth 1 origin -a > /dev/null
51
-git checkout -q $SOURCE_VERSION > /dev/null
+git checkout -q ${SOURCE_VERSION:-master} > /dev/null
52
echo "-----> Fetched shallow history from $GIT_REPO_URL"
53
54
# initialize all the submodules
0 commit comments