fix: test
All checks were successful
Blog Deployment / check-rebuild (push) Successful in 5s
Blog Deployment / merge (push) Successful in 5s
Blog Deployment / test-production (push) Successful in 3s
Blog Deployment / clean (push) Has been skipped
Blog Deployment / build (push) Successful in 9s
Blog Deployment / deploy-staging (push) Successful in 9s
Blog Deployment / test-staging (push) Successful in 2s
Blog Deployment / deploy-production (push) Successful in 9s
All checks were successful
Blog Deployment / check-rebuild (push) Successful in 5s
Blog Deployment / merge (push) Successful in 5s
Blog Deployment / test-production (push) Successful in 3s
Blog Deployment / clean (push) Has been skipped
Blog Deployment / build (push) Successful in 9s
Blog Deployment / deploy-staging (push) Successful in 9s
Blog Deployment / test-staging (push) Successful in 2s
Blog Deployment / deploy-production (push) Successful in 9s
This commit is contained in:
@@ -9,11 +9,9 @@ CLONE_DIR="${CLONE_DIR:-/blog}"
|
||||
DRAFTS=""
|
||||
|
||||
# Add drafts for preview
|
||||
if [ $BRANCH == "preview" ]; then
|
||||
echo "- Adding draft pages for the site"
|
||||
if [ "$BRANCH" = "preview" ]; then
|
||||
echo "- Adding draft pages to be generated"
|
||||
DRAFTS="--buildDrafts"
|
||||
else
|
||||
echo "BRANCH= $BRANCH"
|
||||
fi
|
||||
|
||||
# Clone repo
|
||||
|
Reference in New Issue
Block a user