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
1ccbd02a
Commit
1ccbd02a
authored
Feb 12, 2021
by
Stefan Dähling
Browse files
add agency to ci
parent
7f6da2f6
Pipeline
#409908
passed with stage
in 1 minute and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1ccbd02a
...
...
@@ -12,9 +12,12 @@ amsbuild:
# - export GOPATH=$HOME/go
# - docker build -f build/docker/ams/Dockerfile -t ams .
# agencybuild:
# stage: build
# script:
agencybuild
:
stage
:
build
image
:
golang:1.13.8
script
:
-
cd cmd/agency
-
CGO_ENABLED=0 GOOS=linux go build -ldflags '-s' -o agency
# - export GOPATH=$HOME/go
# - docker build -f build/docker/agency/Dockerfile -t agency .
...
...
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