Skip to content

Commit 482fdce

Browse files
committed
added new flag if needed
1 parent 53893b7 commit 482fdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +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 $BRANCH_NAME && \
40+
git checkout -B $BRANCH_NAME && \
4141
cc-test-reporter before-build && \
4242
vendor/bin/phpunit --config phpunit.coverage.xml.dist -d memory_limit=1024M && \
4343
cp out/phpunit/clover.xml clover.xml && \

0 commit comments

Comments
 (0)