ci: expire dependency artifacts in 15 min

+ fix typo: missing extension in lint-commit-msg.sh script
This commit is contained in:
Yassine Doghri 2021-05-24 17:40:42 +00:00
parent 051951e946
commit 65d0a79186
No known key found for this signature in database
GPG Key ID: 3E7F89498B960C9F
2 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,7 @@ php-dependencies:
artifacts:
paths:
- vendor/
expire_in: 15 mins
js-dependencies:
stage: prepare
@ -23,13 +24,14 @@ js-dependencies:
artifacts:
paths:
- node_modules/
expire_in: 15 mins
lint-commit-msg:
stage: quality
script:
- chmod +x ./scripts/lint-commit.sh
- chmod +x ./scripts/lint-commit-msg.sh
# lint commit message
- ./scripts/lint-commit.
- ./scripts/lint-commit-msg.sh
dependencies:
- js-dependencies