Skip to content
Snippets Groups Projects
Commit 93d56483 authored by Kalin Daskalov's avatar Kalin Daskalov
Browse files

chore: Update .gitlab-ci.yml to remove unused variable and fix formatting

parent 54263491
No related branches found
No related tags found
1 merge request!11Refactor deployment
Pipeline #71669 failed
...@@ -4,7 +4,6 @@ include: ...@@ -4,7 +4,6 @@ include:
variables: variables:
RUNNER_AMD: amd64-docker RUNNER_AMD: amd64-docker
APP_HELM_NAME: cache
DOCKER_FILE: ./deployment/ci/Dockerfile DOCKER_FILE: ./deployment/ci/Dockerfile
GO_VERSION: 1.22.3 GO_VERSION: 1.22.3
...@@ -45,7 +44,7 @@ govulncheck: ...@@ -45,7 +44,7 @@ govulncheck:
- go version - go version
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...
build-dev: build-dev:
extends: .docker-build-dev extends: .docker-build-dev
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment