Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
ale
liber
Commits
4044d95c
Commit
4044d95c
authored
Jan 29, 2021
by
ale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show version in CI release step
parent
7776fa4b
Pipeline
#11515
passed with stages
in 1 minute and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
No files found.
.gitlab-ci.yml
View file @
4044d95c
...
...
@@ -34,6 +34,7 @@ release:
-
mkdir liber-${VERSION}
-
go build -o liber-${VERSION}/liber ./cmd/liber
-
tar czf liber-${VERSION}.tar.gz liber-${VERSION}
-
echo uploading liber-${VERSION}.tar.gz
-
"
curl
--header
'JOB-TOKEN:
$CI_JOB_TOKEN'
--upload-file
liber-${VERSION}.tar.gz
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/liber/${VERSION}/liber-${VERSION}.tar.gz"
only
:
-
master
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment