Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chill-project
Chill-Report
Commits
cf823ef4
Commit
cf823ef4
authored
Dec 19, 2016
by
Julien Fastré
Browse files
remove memory_limit during the installation of deps
parent
12cef860
Pipeline
#10223
failed with stages
in 3 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cf823ef4
...
...
@@ -4,7 +4,7 @@
before_script
:
-
composer config github-oauth.github.com $GITHUB_TOKEN
-
composer install --no-interaction
-
php -d memory_limit=-1 /usr/local/bin/
composer install --no-interaction
-
cp Tests/Fixtures/App/app/config/parameters.gitlab-ci.yml Tests/Fixtures/App/app/config/parameters.yml
-
php Tests/Fixtures/App/app/console --env=test cache:warmup
-
php Tests/Fixtures/App/app/console doctrine:migrations:migrate --env=test --no-interaction
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment