Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
2aa4241592
commit
a7760a2022
|
@ -29,7 +29,8 @@ steps:
|
||||||
# - echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us
|
# - echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us
|
||||||
- docker stack deploy --with-registry-auth -c ./stack.yml $${CI_REPO_NAME}
|
- docker stack deploy --with-registry-auth -c ./stack.yml $${CI_REPO_NAME}
|
||||||
wait:
|
wait:
|
||||||
image: alpine
|
# image: alpine
|
||||||
|
image: woodpeckerci/plugin-git
|
||||||
commands:
|
commands:
|
||||||
- echo "Waiting for five minutes"
|
- echo "Waiting for five minutes"
|
||||||
- sleep 300 # Waits for five minutes
|
- sleep 300 # Waits for five minutes
|
||||||
|
|
Loading…
Reference in New Issue