Update .gitlab-ci.yml
This commit is contained in:
parent
83b6b85086
commit
a7a7c7eb59
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ stages:
|
|||
cache:
|
||||
paths:
|
||||
- node_modules/
|
||||
key: "$CI_BUILD_REPO"
|
||||
key: "$CI_COMMIT_REF_NAME"
|
||||
|
||||
deploy-prod:
|
||||
stage: deploy
|
||||
|
|
Loading…
Reference in a new issue