We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90eebd commit 0088ce4Copy full SHA for 0088ce4
1 file changed
GH-Release.sh
@@ -4,7 +4,7 @@ set -e
4
GIT_BRANCH=${JOB_NAME#*/*/}
5
GIT_COMMIT=$(git rev-parse HEAD)
6
7
-if ! [ "${GIT_BRANCH}" = "master" ]; then
+if ! [ "${GIT_BRANCH}" = "ride4.1" ]; then
8
echo "skipping creating release for ${GIT_BRANCH}"
9
exit 0
10
else
0 commit comments