Disabled dependencies caching for develop/release builds
This commit is contained in:
parent
042d85d7dc
commit
6d0a4594c4
|
@ -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:
|
||||||
# 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:
|
||||||
|
|
Loading…
Reference in New Issue