Fernando K pushed to branch main at Root / Netboxadm
Commits:
-
d5e9ce16
by Fernando Monteiro Kiotheka at 2025-07-30T16:10:26-03:00
1 changed file:
Changes:
1 | -image: golang:1.24.4
|
|
2 | 1 | stages:
|
3 | 2 | - test
|
4 | 3 | - release
|
5 | -format:
|
|
4 | +test:
|
|
6 | 5 | stage: test
|
6 | + image: golang:1.24.4
|
|
7 | 7 | before_script:
|
8 | 8 | - go env -w GOPRIVATE="gitlab.c3sl.ufpr.br/*"
|
9 | 9 | - git config --global url."https://oauth2:${CI_VMBACKUPS_PASSWORD}@gitlab.c3sl.ufpr.br/".insteadOf "https://gitlab.c3sl.ufpr.br/"
|