Fernando K pushed to branch main at Root / Netboxadm
Commits:
-
5c28be1c
by Fernando Monteiro Kiotheka at 2025-07-30T16:27:08-03:00
1 changed file:
Changes:
... | ... | @@ -6,7 +6,7 @@ test: |
6 | 6 | image: golang:1.24.4
|
7 | 7 | before_script:
|
8 | 8 | - go env -w GOPRIVATE="gitlab.c3sl.ufpr.br/*"
|
9 | - - git config --global url."https://oauth2:${CI_VMBACKUPS_PASSWORD}@gitlab.c3sl.ufpr.br/".insteadOf "https://gitlab.c3sl.ufpr.br/"
|
|
9 | + - git config --global url."https://oauth2:${CI_JOB_TOKEN}@gitlab.c3sl.ufpr.br/".insteadOf "https://gitlab.c3sl.ufpr.br/"
|
|
10 | 10 | script:
|
11 | 11 | - go fmt $(go list ./... | grep -v /vendor/)
|
12 | 12 | - go vet $(go list ./... | grep -v /vendor/)
|
... | ... | @@ -22,6 +22,6 @@ release: |
22 | 22 | GIT_DEPTH: 0
|
23 | 23 | before_script:
|
24 | 24 | - go env -w GOPRIVATE="gitlab.c3sl.ufpr.br/*"
|
25 | - - git config --global url."https://oauth2:${CI_VMBACKUPS_PASSWORD}@gitlab.c3sl.ufpr.br/".insteadOf "https://gitlab.c3sl.ufpr.br/"
|
|
25 | + - git config --global url."https://oauth2:${CI_JOB_TOKEN}@gitlab.c3sl.ufpr.br/".insteadOf "https://gitlab.c3sl.ufpr.br/"
|
|
26 | 26 | script:
|
27 | 27 | - goreleaser release --clean |