Skip to content

Commit

Permalink
Release ride4 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfoad committed Jun 27, 2017
1 parent 94b157c commit 2b8dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GH-Release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

GIT_BRANCH=${JOB_NAME#*/*/}

if ! [ "${GIT_BRANCH}" = "master" ]; then
if ! [ "${GIT_BRANCH}" = "ride4" ]; then
echo "skipping creating release for ${GIT_BRANCH}"
exit 0
fi
Expand Down

0 comments on commit 2b8dba4

Please sign in to comment.