test: echo BRANCH name
All checks were successful
Blog Deployment / check-rebuild (push) Successful in 4s
Blog Deployment / build (push) Successful in 8s
Blog Deployment / deploy-staging (push) Successful in 9s
Blog Deployment / test-staging (push) Successful in 2s
Blog Deployment / merge (push) Successful in 5s
Blog Deployment / deploy-production (push) Successful in 9s
Blog Deployment / test-production (push) Successful in 2s
Blog Deployment / clean (push) Has been skipped
All checks were successful
Blog Deployment / check-rebuild (push) Successful in 4s
Blog Deployment / build (push) Successful in 8s
Blog Deployment / deploy-staging (push) Successful in 9s
Blog Deployment / test-staging (push) Successful in 2s
Blog Deployment / merge (push) Successful in 5s
Blog Deployment / deploy-production (push) Successful in 9s
Blog Deployment / test-production (push) Successful in 2s
Blog Deployment / clean (push) Has been skipped
This commit is contained in:
parent
f5b980b996
commit
0f5b05e711
@ -12,6 +12,8 @@ DRAFTS=""
|
|||||||
if [ $BRANCH == "preview" ]; then
|
if [ $BRANCH == "preview" ]; then
|
||||||
echo "- Adding draft pages for the site"
|
echo "- Adding draft pages for the site"
|
||||||
DRAFTS="--buildDrafts"
|
DRAFTS="--buildDrafts"
|
||||||
|
else
|
||||||
|
echo "BRANCH= $BRANCH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Clone repo
|
# Clone repo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user