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

Commit 53ecd53

Browse files
committed
Fix branch name
1 parent 8856b8c commit 53ecd53

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

scripts/ci_deploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ else
3131
exit 0
3232
fi
3333

34-
#master SHOULD BE REPLACED WITH THE LANGUAGE BRANCH
35-
if [ "${BRANCH}" == "master" ]; then
34+
if [ "${BRANCH}" == "galician" ]; then
3635
echo "Building in the language branch. We should deploy."
3736
else
3837
echo "Building in '${BRANCH}'. We should not deploy."

0 commit comments

Comments
 (0)