mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Debugging deployment from CI
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# 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 == *"master"* ]]
|
if [[ $GIT_BRANCH =~ "master" ]]
|
||||||
then
|
then
|
||||||
|
|
||||||
echo "Deploying to production...."
|
echo "Deploying to production...."
|
||||||
|
|||||||
Reference in New Issue
Block a user