Skip to content
This repository was archived by the owner on Feb 4, 2020. It is now read-only.

Commit 2a6371e

Browse files
committed
Allowing auto-deploy
1 parent 6cd2a46 commit 2a6371e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
fi
3333

3434
#master SHOULD BE REPLACED WITH THE LANGUAGE BRANCH
35-
if [ "${BRANCH}" == "master" ]; then
35+
if [ "${BRANCH}" == "Ukrainian" ]; then
3636
echo "Building in the language branch. We should deploy."
3737
else
3838
echo "Building in '${BRANCH}'. We should not deploy."

0 commit comments

Comments
 (0)