Skip to content
Snippets Groups Projects

Add automatic tag fetching from remote repo

Merged Kalin Daskalov requested to merge update-tag into main
+ 4
2
@@ -4,6 +4,8 @@ variables:
HELM_HELPERS_FILE: helm-eclipse.yml
APP_HELM_NAME: cache
DOCKER_FILE: app/deployment/ci/Dockerfile
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_UPDATE_FLAGS: --remote --init --recursive
stages:
- test
@@ -34,7 +36,7 @@ lint:
- cd /go/src/gitlab.com/${CI_PROJECT_PATH}/app
unit tests:
image: golang:1.21.4
image: golang:1.21.5
stage: test
tags:
- amd64-docker
@@ -48,7 +50,7 @@ unit tests:
coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
govulncheck:
image: golang:1.21.4
image: golang:1.21.5
stage: test
tags:
- amd64-docker
Loading