Comment out wait-for-deploy-production step in Woodpecker CI config
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
71e142b82e
commit
7b80d9dfa0
|
@ -121,15 +121,15 @@ steps:
|
||||||
event: [push, cron]
|
event: [push, cron]
|
||||||
|
|
||||||
# Wait for Deploy Completion
|
# Wait for Deploy Completion
|
||||||
wait-for-deploy-production:
|
# wait-for-deploy-production:
|
||||||
name: wait-for-deploy-production
|
# name: wait-for-deploy-production
|
||||||
image: woodpeckerci/plugin-git
|
# image: woodpeckerci/plugin-git
|
||||||
commands:
|
# commands:
|
||||||
- echo "Waiting for deploy step to complete rollout."
|
# - echo "Waiting for deploy step to complete rollout."
|
||||||
- sleep 60
|
# - sleep 60
|
||||||
when:
|
# when:
|
||||||
branch: main
|
# branch: main
|
||||||
event: push
|
# event: push
|
||||||
|
|
||||||
# Post-Deployment Smoke Tests
|
# Post-Deployment Smoke Tests
|
||||||
# post-deploy-smoke-tests-git-nixc-us:
|
# post-deploy-smoke-tests-git-nixc-us:
|
||||||
|
|
Loading…
Reference in New Issue