Skip to content

Commit

Permalink
add .gitlab-ci.yml #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Sushkov (teeverr) committed May 31, 2024
1 parent 1f25a08 commit 5520664
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,8 +26,7 @@ lint:
stage: lint
extends: .base
script:
- go test -v ./...
# - make lint
- make lint

build:
stage: build
Expand Down

0 comments on commit 5520664

Please sign in to comment.