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 e33fb50 commit 2663c94Copy full SHA for 2663c94
.scripts/release.sh
@@ -7,7 +7,7 @@ if [[ $TRAVIS_PULL_REQUEST = "true" ]]; then
7
exit 0
8
fi
9
10
-if [[ $TRAVIS_BRANCH = "master" ]]; then
+if [[ $TRAVIS_BRANCH != "master" ]]; then
11
echo 'This is not a master branch. Exiting the release script.'
12
13
0 commit comments