Debugging deployment from CI

This commit is contained in:
Chris Troutner
2020-11-07 21:59:20 -08:00
parent 284e9a9ee7
commit 91e5423dd2
+1 -1
View File
@@ -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...."