Skip to content

Commit

Permalink
Fix gitlab cache config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidje13 committed Nov 1, 2023
1 parent 5849ad7 commit e67b97b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ build:
public: true
expire_in: 6 hours # latest is always kept indefinitely
cache:
- key:
files:
- backend/package-lock.json
- frontend/package-lock.json
- e2e/package-lock.json
paths: [.npm/]
- key: { files: ['*/package-lock.json'] }
paths: ['.npm']

.smoke-test: &smoke-test
stage: test
Expand Down

0 comments on commit e67b97b

Please sign in to comment.