testing ci

This commit is contained in:
Chris Troutner
2020-11-07 21:50:34 -08:00
parent 2bfad5d261
commit ec2fb8e24f
+1 -1
View File
@@ -4,7 +4,7 @@
#echo $DEPLOY_SECRET #echo $DEPLOY_SECRET
# This if statement will only deploy on Jenkins when its testing the master branch. # This if statement will only deploy on Jenkins when its testing the master branch.
echo -->$GIT_BRANCH<-- echo "-->$GIT_BRANCH<--"
if [ $GIT_BRANCH == 'origin/master' ] if [ $GIT_BRANCH == 'origin/master' ]
then then