Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
cogment
cogment
Commits
2d70eacd
Commit
2d70eacd
authored
Nov 18, 2019
by
Sylvain WITMEYER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix cli release
parent
06c79af3
Pipeline
#96843671
passed with stages
in 10 minutes and 5 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.gitlab-ci.yml
.gitlab-ci.yml
+2
-0
No files found.
.gitlab-ci.yml
View file @
2d70eacd
...
@@ -248,6 +248,8 @@ cli_release:
...
@@ -248,6 +248,8 @@ cli_release:
apt-get update -y
apt-get update -y
apt-get install -y jq
apt-get install -y jq
cd cli
RELEASE_TAG=${CI_COMMIT_TAG:-latest}
RELEASE_TAG=${CI_COMMIT_TAG:-latest}
CLI_VERSION=${RELEASE_TAG} make release
CLI_VERSION=${RELEASE_TAG} make release
...
...
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