Skip to content
Snippets Groups Projects
Commit 19abd07c authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] ci: `release` stage was broken due to cache

parent efbff653
No related branches found
No related tags found
No related merge requests found
...@@ -69,6 +69,7 @@ test: ...@@ -69,6 +69,7 @@ test:
<<: *nvm_env <<: *nvm_env
stage: test stage: test
cache: cache:
policy: pull
untracked: true untracked: true
paths: paths:
- node_modules/ - node_modules/
...@@ -91,6 +92,8 @@ test: ...@@ -91,6 +92,8 @@ test:
stage: package stage: package
allow_failure: false allow_failure: false
image: duniter/release-builder:v1.2.0 image: duniter/release-builder:v1.2.0
cache: {}
when: manual
tags: tags:
- redshift-duniter-builder - redshift-duniter-builder
artifacts: artifacts:
......
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