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

temporary changes to test the release-message job

parent 8fb9b532
No related branches found
No related tags found
2 merge requests!12331.6,!1227Change Vagrant with docker for building Debian
stages: stages:
- github-sync - github-sync
- build
- test
- release - release
- release-message - release-message
...@@ -22,27 +20,6 @@ push_to_github: ...@@ -22,27 +20,6 @@ push_to_github:
- bash -c "cat packed-refs | grep -v 'refs/pull' > packed-refs-new; echo 'Removed pull refs.'" - bash -c "cat packed-refs | grep -v 'refs/pull' > packed-refs-new; echo 'Removed pull refs.'"
- 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
...@@ -56,6 +33,9 @@ release_linux:test: ...@@ -56,6 +33,9 @@ release_linux:test:
- work/bin/ - work/bin/
expire_in: 8h expire_in: 8h
when: manual when: manual
except:
- tags
release_linux:deploy: release_linux:deploy:
stage: release stage: release
......
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