We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e09429 commit f10e7e1Copy full SHA for f10e7e1
.gitlab-ci.yml
@@ -54,7 +54,7 @@ test:php:allow-fail:
54
stage: php-test
55
script:
56
- cd php-7.0
57
- - docker run ${STACK_PHP_IMAGE} sh -c 'composer global update --dry-run; composer diagnose'
+ - docker run --rm ${STACK_PHP_IMAGE} sh -c 'composer global update --dry-run; composer diagnose'
58
allow_failure: true
59
except:
60
- tags
0 commit comments