From 91e5423dd25d60fe2389d74b6766b6a10ce515d1 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 7 Nov 2020 21:59:20 -0800 Subject: [PATCH] Debugging deployment from CI --- deploy-production.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-production.sh b/deploy-production.sh index 5f7468d..b7fc712 100755 --- a/deploy-production.sh +++ b/deploy-production.sh @@ -5,7 +5,7 @@ # This if statement will only deploy on Jenkins when its testing the master branch. echo "-->$GIT_BRANCH<--" -if [ $GIT_BRANCH == 'origin/master' ] +if [[ $GIT_BRANCH == *"master"* ]] then echo "Deploying to production...."