mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-18 09:24:56 +00:00
Ourgh!
This commit is contained in:
parent
0563424d5c
commit
3a77133682
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
||||||
image: golang:1.24-alpine3.20
|
image: golang:1.24-alpine3.20
|
||||||
commands:
|
commands:
|
||||||
- go mod tidy
|
- go mod tidy
|
||||||
- go build . -ldflags="-X 'main.ConfigBuildHash=$("$CI_COMMIT_SHA")' -X 'main.ConfigBuildPipeline=$("$CI_PIPELINE_URL")'"
|
- go build . -ldflags="-X 'main.ConfigBuildHash=$CI_COMMIT_SHA' -X 'main.ConfigBuildPipeline=$CI_PIPELINE_URL'"
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue