mirror of
https://github.com/caprover/caprover
synced 2025-12-16 00:05:43 +00:00
updated build script - run on release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user