Skip to content
Snippets Groups Projects
Commit ec96180a authored by releaser-duniter's avatar releaser-duniter
Browse files

explain the path to each artifacts

parent b8936e2e
No related branches found
No related tags found
2 merge requests!12331.6,!1227Change Vagrant with docker for building Debian
......@@ -4,14 +4,6 @@ stages:
- release
- release-message
debug:
stage: debug
image: tensorflow/tensorflow:latest-py3
tags:
- redshift-duniter-builder
script:
- python3 .gitlab/test.py
push_to_github:
stage: github-sync
variables:
......@@ -35,18 +27,22 @@ release_linux:test:
image: duniter/release-builder:v1.0.1
tags:
- redshift-duniter-builder
variables:
TEST_TAG: "$(date +%Y%m%d).$(date +%H%M).$(date +%S)"
script:
- bash "release/arch/linux/build-lin.sh" "$(date +%Y%m%d).$(date +%H%M).$(date +%S)"
- bash "release/arch/linux/build-lin.sh" "${TEST_TAG}"
artifacts:
paths:
- work/bin/
- work/bin/duniter-desktop-"${TEST_TAG}"-linux-x64.deb
- work/bin/duniter-desktop-"${TEST_TAG}"-linux-x64.tar.gz
- work/bin/duniter-server-"${TEST_TAG}"-linux-x64.deb
expire_in: 8h
when: manual
except:
- tags
release_linux:deploy:
release_linux:deploy:desktop:
stage: release
image: duniter/release-builder:v1.0.1
tags:
......@@ -55,7 +51,9 @@ release_linux:deploy:
- bash "release/arch/linux/build-lin.sh" "${CI_COMMIT_TAG#v}"
artifacts:
paths:
- work/bin/
- work/bin/duniter-desktop-"${CI_COMMIT_TAG}"-linux-x64.deb
- work/bin/duniter-desktop-"${CI_COMMIT_TAG}"-linux-x64.tar.gz
- work/bin/duniter-server-"${CI_COMMIT_TAG}"-linux-x64.deb
expire_in: 8h
when: manual
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment