Skip to content
Snippets Groups Projects
Unverified Commit 65d0a791 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

ci: expire dependency artifacts in 15 min

+ fix typo: missing extension in lint-commit-msg.sh script
parent 051951e9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
File moved
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