[Git][root/netboxadm][main] fix(ci): move image to job

Fernando K pushed to branch main at Root / Netboxadm Commits: d5e9ce16 by Fernando Monteiro Kiotheka at 2025-07-30T16:10:26-03:00 fix(ci): move image to job - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1,9 +1,9 @@ -image: golang:1.24.4 stages: - test - release -format: +test: stage: test + image: golang:1.24.4 before_script: - go env -w GOPRIVATE="gitlab.c3sl.ufpr.br/*" - git config --global url."https://oauth2:${CI_VMBACKUPS_PASSWORD}@gitlab.c3sl.ufpr.br/".insteadOf "https://gitlab.c3sl.ufpr.br/" View it on GitLab: https://gitlab.c3sl.ufpr.br/root/netboxadm/-/commit/d5e9ce16bd4f03bc16529b98... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/netboxadm/-/commit/d5e9ce16bd4f03bc16529b98... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
Fernando K (@fmkiotheka)