mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Merge pull request #50 from Permissionless-Software-Foundation/ct-unstable
Ct unstable
This commit is contained in:
@@ -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...."
|
||||
|
||||
Reference in New Issue
Block a user