We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e178503 commit 61b0fb9Copy full SHA for 61b0fb9
1 file changed
.woodpecker/stg.yml
@@ -24,6 +24,7 @@ steps:
24
from_secret: user
25
actions:
26
- git reset --hard
27
+ - git fetch origin ${CI_COMMIT_BRANCH}
28
- git checkout ${CI_COMMIT_BRANCH}
29
- git pull
30
- itkdev-docker-compose-server up -d --force-recreate
0 commit comments