Skip to content
Snippets Groups Projects
Commit 345f1dad authored by Sebastian Pisula's avatar Sebastian Pisula
Browse files

feature(core): gitlab changes

parent 2f6cb0e2
No related branches found
No related tags found
1 merge request!23feature(core): gitlab changes
......@@ -91,7 +91,7 @@ composer install:
artifacts:
name: "vendor"
paths:
- web/vendor
- web/backend/vendor
image: composer:latest
tags:
- vendor
......@@ -99,7 +99,7 @@ composer install:
interruptible: true
script:
- php -v
- cd web
- cd web/backend
- composer config gitlab-token.gitlab.wpdesk.dev gitlab-ci-token ${CI_JOB_TOKEN}
- composer install --optimize-autoloader --no-dev --no-scripts
......
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