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

Commit

Permalink
Allowing auto-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
menny committed Mar 1, 2018
1 parent 6cd2a46 commit 2a6371e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 2a6371e

Please sign in to comment.