Newer
Older
- public/css/all.css
cache:
# Cache per Branch
key: "$CI_JOB_STAGE-$CI_COMMIT_REF_SLUG"
paths:
- node_modules
- tags
prepare_composer:
stage: prepare
image: composer/composer:latest
script:
artifacts:
paths:
- vendor
cache:
key: "$CI_JOB_STAGE-$CI_COMMIT_REF_SLUG"
paths:
- vendor