Skip to content

Commit 741d5bc

Browse files
committed
Merge branch 'develop'
2 parents a88c9b5 + cb45462 commit 741d5bc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
#!/bin/bash
22
set -eo pipefail
33

4-
# Skips build for tags on no-master branch.
5-
if [ ! -z $CIRCLE_TAG ] && [[ $CIRCLE_BRANCH != "master" ]]
6-
then
7-
echo "Tag build for branches other than master are failed by default!"
8-
exit 1
9-
fi
10-
114
# Builds Docker image of Community App application.
125
# This script expects a single argument: NODE_ENV, which must be either
136
# "development" or "production".

0 commit comments

Comments
 (0)