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

[fix] ci: wrong YAML

parent 04d52821
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ push_to_github: ...@@ -34,7 +34,7 @@ push_to_github:
- export NVM_DIR="$HOME/.nvm" - export NVM_DIR="$HOME/.nvm"
- . "$NVM_DIR/nvm.sh" - . "$NVM_DIR/nvm.sh"
.cached_nvm: &cached .cached_nvm: &cached_nvm
<<: *nvm_env <<: *nvm_env
cache: cache:
untracked: true untracked: true
...@@ -42,8 +42,7 @@ push_to_github: ...@@ -42,8 +42,7 @@ push_to_github:
- node_modules/ - node_modules/
build: build:
<<: *nvm_env <<: *cached_nvm
<<: *cached
stage: build stage: build
script: script:
- yarn - yarn
......
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