We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a88c9b5 + cb45462 commit 741d5bcCopy full SHA for 741d5bc
build.sh
@@ -1,13 +1,6 @@
1
#!/bin/bash
2
set -eo pipefail
3
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
-
11
# Builds Docker image of Community App application.
12
# This script expects a single argument: NODE_ENV, which must be either
13
# "development" or "production".
0 commit comments