Skip to content

Commit 0088ce4

Browse files
committed
Fix release script for ride4.1 branch
1 parent e90eebd commit 0088ce4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GH-Release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
GIT_BRANCH=${JOB_NAME#*/*/}
55
GIT_COMMIT=$(git rev-parse HEAD)
66

7-
if ! [ "${GIT_BRANCH}" = "master" ]; then
7+
if ! [ "${GIT_BRANCH}" = "ride4.1" ]; then
88
echo "skipping creating release for ${GIT_BRANCH}"
99
exit 0
1010
else

0 commit comments

Comments
 (0)