Scripts that mimicks the Docker Hub Build environment

This commit is contained in:
Christian Mäder 2019-12-21 15:04:49 +01:00
parent 0a9991de96
commit 4ac8d50635
3 changed files with 51 additions and 4 deletions

View file

@ -9,6 +9,6 @@ if [ "${SOURCE_BRANCH}" == "release" ] || [ "${DEBUG}" == "true" ]; then
run_build --push-only
else
echo "⚠️⚠️⚠️ Only pushing on 'main' branch, but current branch is '${SOURCE_BRANCH}'"
echo "⚠️⚠️⚠️ Only pushing on 'release' branch, but current branch is '${SOURCE_BRANCH}'"
exit 0
fi