Experiment with nodeploy [nodeploy]

This commit is contained in:
Ali 2020-10-08 21:53:50 +01:00
parent b72f6882db
commit cfeb27e061

View File

@ -2,6 +2,13 @@
set -e set -e
COMMIT_COMMENT="$(git log -1 --pretty=%B)"
case "$COMMIT_COMMENT" in
*"[nodeploy]"*)
exit 0
;;
esac
CONFIGURATION="$1" CONFIGURATION="$1"
if [ -z "$CONFIGURATION" ]; then if [ -z "$CONFIGURATION" ]; then