Skip to content

Commit

Permalink
DevOps: Added branch to woodpecker checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
cableman committed Jan 22, 2025
1 parent 38f1932 commit e178503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .woodpecker/stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ steps:
from_secret: user
actions:
- git reset --hard
- git checkout .
- git checkout ${CI_COMMIT_BRANCH}
- git pull
- itkdev-docker-compose-server up -d --force-recreate
- itkdev-docker-compose-server exec phpfpm composer install
Expand Down

0 comments on commit e178503

Please sign in to comment.