Merge pull request #49 from Permissionless-Software-Foundation/ct-unstable

Ct unstable
This commit is contained in:
Chris Troutner
2020-11-07 22:01:41 -08:00
committed by GitHub
+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...."