Debugging deployment from CI

This commit is contained in:
Chris Troutner
2020-11-08 07:09:08 -08:00
parent ed83f5eb3f
commit 0b180e02a4
+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 == *"master"* ]]
if [[ $GIT_BRANCH =~ "master" ]]
then
echo "Deploying to production...."