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:
- export NVM_DIR="$HOME/.nvm"
- . "$NVM_DIR/nvm.sh"
.cached_nvm: &cached
.cached_nvm: &cached_nvm
<<: *nvm_env
cache:
untracked: true
......@@ -42,8 +42,7 @@ push_to_github:
- node_modules/
build:
<<: *nvm_env
<<: *cached
<<: *cached_nvm
stage: build
script:
- 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