From 5520664820ddfceb61e6e30c0ac66b2368f8d6ea Mon Sep 17 00:00:00 2001 From: "Kirill Sushkov (teeverr)" Date: Fri, 31 May 2024 16:08:51 +0200 Subject: [PATCH] add .gitlab-ci.yml #9 --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b2ce910bc..b2f0ea1ce9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,12 +5,13 @@ workflow: - if: $CI_COMMIT_TAG stages: - - lint +# - lint - build .base: image: swisscom-docker-local.artifactory.swisscom.com/golang:1.21-bookworm variables: + V: 1 GIT_SUBMODULE_STRATEGY: recursive http_proxy: http://server-proxy.corproot.net:8080 https_proxy: http://server-proxy.corproot.net:8080 @@ -25,8 +26,7 @@ lint: stage: lint extends: .base script: - - go test -v ./... -# - make lint + - make lint build: stage: build