Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
ec96180a
Commit
ec96180a
authored
7 years ago
by
releaser-duniter
Browse files
Options
Downloads
Patches
Plain Diff
explain the path to each artifacts
parent
b8936e2e
No related branches found
No related tags found
2 merge requests
!1233
1.6
,
!1227
Change Vagrant with docker for building Debian
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-12
10 additions, 12 deletions
.gitlab-ci.yml
with
10 additions
and
12 deletions
.gitlab-ci.yml
+
10
−
12
View file @
ec96180a
...
@@ -3,14 +3,6 @@ stages:
...
@@ -3,14 +3,6 @@ stages:
-
github-sync
-
github-sync
-
release
-
release
-
release-message
-
release-message
debug
:
stage
:
debug
image
:
tensorflow/tensorflow:latest-py3
tags
:
-
redshift-duniter-builder
script
:
-
python3 .gitlab/test.py
push_to_github
:
push_to_github
:
stage
:
github-sync
stage
:
github-sync
...
@@ -35,18 +27,22 @@ release_linux:test:
...
@@ -35,18 +27,22 @@ release_linux:test:
image
:
duniter/release-builder:v1.0.1
image
:
duniter/release-builder:v1.0.1
tags
:
tags
:
-
redshift-duniter-builder
-
redshift-duniter-builder
variables
:
TEST_TAG
:
"
$(date
+%Y%m%d).$(date
+%H%M).$(date
+%S)"
script
:
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
:
artifacts
:
paths
:
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
Stéphane Veyret
@sveyret
·
Jan 15, 2018
Contributor
Je pense qu'il manque le v devant ${TEST_TAG}
Je pense qu'il manque le v devant ${TEST_TAG}
Éloïs
@librelois
·
Jan 15, 2018
Owner
oui en effet !
oui en effet !
Please
register
or
sign in
to reply
expire_in
:
8h
expire_in
:
8h
when
:
manual
when
:
manual
except
:
except
:
-
tags
-
tags
release_linux:deploy
:
release_linux:deploy:
desktop
:
stage
:
release
stage
:
release
image
:
duniter/release-builder:v1.0.1
image
:
duniter/release-builder:v1.0.1
tags
:
tags
:
...
@@ -55,7 +51,9 @@ release_linux:deploy:
...
@@ -55,7 +51,9 @@ release_linux:deploy:
-
bash "release/arch/linux/build-lin.sh" "${CI_COMMIT_TAG#v}"
-
bash "release/arch/linux/build-lin.sh" "${CI_COMMIT_TAG#v}"
artifacts
:
artifacts
:
paths
:
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
expire_in
:
8h
when
:
manual
when
:
manual
only
:
only
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment