mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-05 19:28:46 +02:00
Experiment with nodeploy [nodeploy]
This commit is contained in:
parent
b72f6882db
commit
cfeb27e061
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue