From 2a6371ed05d3f19145b4cc5db6805187af149337 Mon Sep 17 00:00:00 2001 From: Menny Even Danan Date: Wed, 28 Feb 2018 23:19:42 -0500 Subject: [PATCH] Allowing auto-deploy --- scripts/ci_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci_deploy.sh b/scripts/ci_deploy.sh index 380ae12d..36ac318c 100755 --- a/scripts/ci_deploy.sh +++ b/scripts/ci_deploy.sh @@ -32,7 +32,7 @@ else fi #master SHOULD BE REPLACED WITH THE LANGUAGE BRANCH -if [ "${BRANCH}" == "master" ]; then +if [ "${BRANCH}" == "Ukrainian" ]; then echo "Building in the language branch. We should deploy." else echo "Building in '${BRANCH}'. We should not deploy."