From e9612cbc19dc4590de8cf14597013bd68461bee3 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 3 Jan 2023 08:43:48 -0600 Subject: [PATCH] special case debians for this branch --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index c7a8fb61d..c6247c593 100755 --- a/build +++ b/build @@ -61,7 +61,7 @@ if [ ! -z "$PACKAGE" ]; then GEM_SERVER=http://localhost:9000/gems # if still going, then push all debs up - if [[ "$GIT_BRANCH" == *develop* || "$GIT_BRANCH" == *master* || "$GIT_BRANCH" == *release* || "$GIT_BRANCH" == *feature* || "$GIT_BRANCH" == *hotfix* ]]; 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 "PUSHING WEB"