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

Update .gitlab-ci.yml

parent d62753d5
Branches
Tags
2 merge requests!12331.6,!1227Change Vagrant with docker for building Debian
stages:
- github-sync
- build
- test
- debug
- release
- release-message
......@@ -23,6 +22,14 @@ push_to_github:
- mv packed-refs-new packed-refs
- bash -c "git push --force --mirror github 2>&1 | grep -v duniter-gitlab; echo $?"
debug:
stage: debug
image: tensorflow/tensorflow:latest-py3
tags:
- redshift-duniter-builder
script:
- python3 .gitlab/test.py
release_linux:test:
stage: release
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