Skip to content
GitLab
Menu
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
4fbcc05d
Commit
4fbcc05d
authored
Jan 13, 2021
by
Stefan Dähling
Browse files
ci fix
parent
9a541bd9
Pipeline
#389986
passed with stages
in 5 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4fbcc05d
...
...
@@ -59,17 +59,17 @@ stubbuild:
# - cd pkg/ams
# - CGO_ENABLED=0 go test -coverpkg=./...
agencytest
:
stage
:
test
script
:
-
cd pkg/agency
-
CGO_ENABLED=0 go test -coverpkg=./...
#
agencytest:
#
stage: test
#
script:
#
- cd pkg/agency
#
- CGO_ENABLED=0 go test -coverpkg=./...
loggertest
:
stage
:
test
script
:
-
cd pkg/logger
-
CGO_ENABLED=0 go test -coverpkg=./...
#
loggertest:
#
stage: test
#
script:
#
- cd pkg/logger
#
- CGO_ENABLED=0 go test -coverpkg=./...
amsdeploy
:
stage
:
deploy
...
...
Write
Preview
Supports
Markdown
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