fixes for ci/cd

This commit is contained in:
Joey Kimsey
2024-08-10 02:36:52 -04:00
parent e2d32ab0a0
commit 60985c8c09

View File

@ -1,9 +1,15 @@
stages:
- update
update_composer:
composer_update:
stage: update
image: composer:latest
script:
- composer update
only:
- triggers
artifacts:
paths:
- vendor/
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- vendor/