-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TASK] Use the development php.ini
on GitLab CI
#1481
Conversation
…ithub.com/FriendsOfTYPO3/tea into TASK/use-development-php.ini-on-gitlab-ci
php.ini
on GitLab CI
e46e0d8
to
012a9b1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fails the pipeline with this message:
https://git.typo3.org/qa/example-extension/-/pipelines/66683
jobs:build-composer-dependencies config contains unknown keys: volumes
cause key "volumes" are not supported by GitLab
Pull Request Test Coverage Report for Build 11221327896Details
💛 - Coveralls |
I removed the key "volumes" cause it is unknown by GitLab. Replace it with a simple cp command. |
@linxpinx Did you already push the updated version? (I still see the version from 4 days ago.) |
…ithub.com/FriendsOfTYPO3/tea into TASK/use-development-php.ini-on-gitlab-ci # Conflicts: # .gitlab/pipeline/jobs/.default.yml
You're right now the files are updated. |
Start this PR for Hacktoberfest