mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Experiment with nodeploy [nodeploy]
This commit is contained in:
parent
b72f6882db
commit
cfeb27e061
@ -2,6 +2,13 @@
|
||||
|
||||
set -e
|
||||
|
||||
COMMIT_COMMENT="$(git log -1 --pretty=%B)"
|
||||
case "$COMMIT_COMMENT" in
|
||||
*"[nodeploy]"*)
|
||||
exit 0
|
||||
;;
|
||||
esac
|
||||
|
||||
CONFIGURATION="$1"
|
||||
|
||||
if [ -z "$CONFIGURATION" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user