This commit is contained in:
Christian Mäder 2019-10-15 12:28:04 +02:00
parent de1e5edd02
commit de1e3676eb
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
. hooks/common . hooks/common
if [ "${SOURCE_BRANCH}" == "main" ] || [ "${DEBUG}" == "true" ]; then if [ "${SOURCE_BRANCH}" == "master" ] || [ "${DEBUG}" == "true" ]; then
if [ "${SOURCE_BRANCH}" != "main" ]; then if [ "${SOURCE_BRANCH}" != "master" ]; then
echo "⚠️⚠️⚠️ Would exit, but DEBUG is '${DEBUG}'". echo "⚠️⚠️⚠️ Would exit, but DEBUG is '${DEBUG}'".
fi fi