Skip to content
Snippets Groups Projects
Verified Commit 6d0a4594 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Disabled dependencies caching for develop/release builds

parent 042d85d7
No related branches found
No related tags found
No related merge requests found
...@@ -165,7 +165,7 @@ test_front: ...@@ -165,7 +165,7 @@ test_front:
only: only:
- branches - branches
script: script:
- yarn install - yarn install --check-files
- yarn test:unit - yarn test:unit
cache: cache:
key: "funkwhale__front_dependencies" key: "funkwhale__front_dependencies"
...@@ -193,11 +193,6 @@ build_front: ...@@ -193,11 +193,6 @@ build_front:
# cf https://dev.funkwhale.audio/funkwhale/funkwhale/issues/169 # cf https://dev.funkwhale.audio/funkwhale/funkwhale/issues/169
- yarn build | tee /dev/stderr | (! grep -i 'ERROR in') - yarn build | tee /dev/stderr | (! grep -i 'ERROR in')
- chmod -R 755 dist - chmod -R 755 dist
cache:
key: "funkwhale__front_dependencies"
paths:
- front/node_modules
- front/yarn.lock
artifacts: artifacts:
name: "front_${CI_COMMIT_REF_NAME}" name: "front_${CI_COMMIT_REF_NAME}"
paths: paths:
......
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