Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cli-client
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
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
elixxir
cli-client
Commits
07264a88
Commit
07264a88
authored
2 years ago
by
Jono Wenger
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.xx.network:elixxir/cli-client into release
parents
f0ecbca1
1f7840f2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-0
14 additions, 0 deletions
.gitlab-ci.yml
with
14 additions
and
0 deletions
.gitlab-ci.yml
+
14
−
0
View file @
07264a88
...
@@ -16,6 +16,7 @@ before_script:
...
@@ -16,6 +16,7 @@ before_script:
stages
:
stages
:
-
test
-
test
-
build
-
build
-
build_release
test
:
test
:
stage
:
test
stage
:
test
...
@@ -46,6 +47,16 @@ test:
...
@@ -46,6 +47,16 @@ test:
-
testdata/
-
testdata/
build
:
build
:
stage
:
build
image
:
$DOCKER_IMAGE
except
:
-
tags
script
:
-
go mod vendor -v
-
mkdir -p release
-
go build ./...
build_release
:
stage
:
build
stage
:
build
image
:
$DOCKER_IMAGE
image
:
$DOCKER_IMAGE
except
:
except
:
...
@@ -61,3 +72,6 @@ build:
...
@@ -61,3 +72,6 @@ build:
artifacts
:
artifacts
:
paths
:
paths
:
-
release/
-
release/
only
:
-
master
-
release
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