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.
1 parent a8d8eac commit 5cf15e8Copy full SHA for 5cf15e8
release.sh
@@ -19,9 +19,9 @@ BRANCH=${BRANCH:-"$(git rev-parse --abbrev-ref HEAD)"}
19
$(dirname $0)/docker.sh
20
21
# check branch and set version
22
-if [ "${BRANCH}" == "master" ]; then
+if [ "${BRANCH}" = "master" ]; then
23
VERSION=${VERSION:-"2.0.3 2.0 2 latest"}
24
-elif [ "${BRANCH}" == "develop" ]; then
+elif [ "${BRANCH}" = "develop" ]; then
25
VERSION="develop"
26
else
27
exit 0
0 commit comments