Fix special branch casing

This commit is contained in:
Seth Call 2023-01-04 17:57:27 -06:00
parent 16c5dbb218
commit dccc668d48
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -61,7 +61,7 @@ if [ ! -z "$PACKAGE" ]; then
GEM_SERVER=http://localhost:9000/gems GEM_SERVER=http://localhost:9000/gems
# if still going, then push all debs up # if still going, then push all debs up
if [[ "$GIT_BRANCH" == *develop* || "$GIT_BRANCH" == *master* || "$GIT_BRANCH" == *release* || "$GIT_BRANCH" == *feature* || "$GIT_BRANCH" == *hotfix* || "$GIT_BRANCH" == "*promised_based_api_interation*" ]]; then if [[ "$GIT_BRANCH" == *develop* || "$GIT_BRANCH" == *master* || "$GIT_BRANCH" == *release* || "$GIT_BRANCH" == *feature* || "$GIT_BRANCH" == *hotfix* || "$GIT_BRANCH" == *promised_based_api_interation* ]]; then
echo "" echo ""
echo "PUSHING WEB" echo "PUSHING WEB"