Woodpecker: Attempt to fix branch name

This commit is contained in:
Paul Schaub 2022-08-01 16:40:18 +02:00
parent 1e9b1c77d3
commit ed150e51a8
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ pipeline:
run:
image: gradle:7.5-jdk8
commands:
- git checkout $CI_COMMIT_BRANCH
# Code works
- gradle test
# Code is clean