Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Cloud
MAS
clonemap
Commits
a52854af
Commit
a52854af
authored
Feb 16, 2021
by
Stefan Dähling
Browse files
ci to go 1.15
parent
4b09969b
Pipeline
#411597
failed with stages
in 2 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a52854af
...
...
@@ -5,7 +5,7 @@ stages:
build
:
stage
:
build
image
:
golang:1.1
3
.8
image
:
golang:1.1
5
.8
script
:
-
cd cmd/ams
-
CGO_ENABLED=0 GOOS=linux go build -ldflags '-s' -o ams
...
...
@@ -26,7 +26,7 @@ build:
test
:
stage
:
test
image
:
golang:1.1
3
.8
image
:
golang:1.1
5
.8
script
:
-
cd pkg
-
go test ./... -coverprofile cover.out
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment