Prepares scripts and documentation for

This commit is contained in:
Christian Mäder 2019-12-10 21:44:11 +01:00
parent c083baf640
commit a4186c1031
6 changed files with 19 additions and 19 deletions
hooks

View file

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