Skip to content
Snippets Groups Projects
Commit 3dd22198 authored by Éloïs's avatar Éloïs
Browse files

Update .gitlab-ci.yml

parent b8a93a17
Branches
Tags 0.99.7
2 merge requests!12331.6,!1227Change Vagrant with docker for building Debian
...@@ -23,27 +23,6 @@ push_to_github: ...@@ -23,27 +23,6 @@ push_to_github:
- mv packed-refs-new packed-refs - mv packed-refs-new packed-refs
- bash -c "git push --force --mirror github 2>&1 | grep -v duniter-gitlab; echo $?" - bash -c "git push --force --mirror github 2>&1 | grep -v duniter-gitlab; echo $?"
build:
stage: build
tags:
- redshift
before_script:
- export NVM_DIR="$HOME/.nvm"
- . "$NVM_DIR/nvm.sh"
script:
- yarn
test:
stage: test
tags:
- redshift
before_script:
- export NVM_DIR="$HOME/.nvm"
- . "$NVM_DIR/nvm.sh"
script:
- yarn
- yarn test
release_linux:test: release_linux:test:
stage: release stage: release
image: duniter/release-builder:v1.0.1 image: duniter/release-builder:v1.0.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment