updated build script - run on release

This commit is contained in:
Kasra Bigdeli
2020-07-03 08:44:46 -04:00
parent 960a1670f7
commit a7a5aac623
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ fi
# On Github the line above does not work, instead:
BRANCH=${GITHUB_REF##*/}
echo "on branch $BRANCH"
if [[ "$BRANCH" != "testing-release" ]]; then
if [[ "$BRANCH" != "release" ]]; then
echo 'Not on release branch! Aborting script!';
exit 1;
fi