Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KSZK Status backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
DevTeam
KSZK Status
KSZK Status backend
Commits
d59acd8e
Commit
d59acd8e
authored
4 years ago
by
Rafael László
Browse files
Options
Downloads
Patches
Plain Diff
update output dir of build
parent
6d187fd6
No related branches found
No related tags found
No related merge requests found
Pipeline
#8132
failed
4 years ago
Stage: build
Stage: upload
Stage: release
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
1
View file @
d59acd8e
...
@@ -19,6 +19,8 @@ stages:
...
@@ -19,6 +19,8 @@ stages:
compile
:
compile
:
stage
:
build
stage
:
build
tags
:
[
docker
]
tags
:
[
docker
]
except
:
-
tags
script
:
script
:
-
apk add build-base
-
apk add build-base
-
go build -v -ldflags "-linkmode external -extldflags '-static'" -a -o main
-
go build -v -ldflags "-linkmode external -extldflags '-static'" -a -o main
...
@@ -58,7 +60,7 @@ build release:
...
@@ -58,7 +60,7 @@ build release:
-
tags
-
tags
script
:
script
:
-
mkdir -p bin
-
mkdir -p bin
-
GOOS=linux GOARCH=amd64 go build -v -ldflags "-linkmode external -extldflags '-static'" -a -o
app
.
-
GOOS=linux GOARCH=amd64 go build -v -ldflags "-linkmode external -extldflags '-static'" -a -o
bin/kszk-status-backend-linux-amd64
.
artifacts
:
artifacts
:
paths
:
paths
:
-
bin
-
bin
...
...
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