Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 2d895cdc authored by drishu's avatar drishu
Browse files

OEL-0000: Use composer v1 until support for 2 is complete in OpenEuropa.

parent 77f12c08
No related branches found
No related tags found
1 merge request!72OEL-0000: Use composer v1 until support for 2 is complete in OpenEuropa.
......@@ -43,6 +43,7 @@ pipeline:
volumes:
- /cache:/cache
commands:
- composer self-update --1
- composer install --ansi --no-suggest --no-progress
composer-update-lowest:
......@@ -51,6 +52,7 @@ pipeline:
volumes:
- /cache:/cache
commands:
- composer self-update --1
- composer update --prefer-lowest --ansi --no-suggest --no-progress
when:
event:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment