fixes for ci/cd
This commit is contained in:
@ -1,9 +1,15 @@
|
|||||||
stages:
|
stages:
|
||||||
- update
|
- update
|
||||||
|
|
||||||
update_composer:
|
composer_update:
|
||||||
stage: update
|
stage: update
|
||||||
|
image: composer:latest
|
||||||
script:
|
script:
|
||||||
- composer update
|
- composer update
|
||||||
only:
|
artifacts:
|
||||||
- triggers
|
paths:
|
||||||
|
- vendor/
|
||||||
|
cache:
|
||||||
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
|
paths:
|
||||||
|
- vendor/
|
Reference in New Issue
Block a user