Skip to content
Snippets Groups Projects

Refactor deployment

Open Kalin Daskalov requested to merge refactor-deployment into main
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -10,4 +10,9 @@ include:
variables:
RUNNER_TAG: amd64-docker
GO_VERSION: 1.22.4
GOLANGCI_LINT_VERSION: latest
\ No newline at end of file
GOLANGCI_LINT_VERSION: latest
stages:
- test
- build
- trigger-deploy
\ No newline at end of file
Loading