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 with stages
in 2 minutes and 9 seconds
......@@ -4,7 +4,6 @@ include:
variables:
RUNNER_AMD: amd64-docker
APP_HELM_NAME: cache
DOCKER_FILE: ./deployment/ci/Dockerfile
GO_VERSION: 1.22.3
......@@ -45,7 +44,7 @@ govulncheck:
- go version
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
build-dev:
extends: .docker-build-dev
stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment