Skip to content

Commit 6a11cec

Browse files
authored
forced checkout for better ci reporting (#8)
* forced checkout for better ci reporting
1 parent 3f29bb2 commit 6a11cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ pipeline {
3737
stage ('Coverage') {
3838
steps {
3939
sh 'docker-compose -f docker/docker-compose.yml -p $BRANCH_NAME run client bash -c "\
40+
git checkout -B $BRANCH_NAME && \
4041
cc-test-reporter before-build && \
4142
vendor/bin/phpunit --config phpunit.coverage.xml.dist -d memory_limit=1024M && \
4243
cp out/phpunit/clover.xml clover.xml && \

0 commit comments

Comments
 (0)