enable service discovery artefacts creation

This commit is contained in:
skeris 2025-04-17 15:35:01 +03:00
parent b94f1ea9af
commit 4b04512eee
3 changed files with 16 additions and 2 deletions

0
.gitlab-ci.yml Normal file

10
Taskfile.dist.yml Normal file

@ -0,0 +1,10 @@
version: "3"
tasks:
update-linter:
cmds:
- go get -u penahub.gitlab.yandexcloud.net/devops/linters/golang.git
lint:
cmds:
- task: update-linter
- cmd: golangci-lint run -v -c $(go list -f '{{"{{"}}.Dir{{"}}"}}' -m penahub.gitlab.yandexcloud.net/devops/linters/golang.git)/.golangci.yml

@ -1,9 +1,13 @@
version: "3"
services:
storerv1.0.0:
hostname: squiz-storerv1.0.0
container_name: squiz-storerv1.0.0
hostname: squizstorerv1.0.0
container_name: squizstorerv1.0.0
image: $CI_REGISTRY_IMAGE/staging-storer:$CI_COMMIT_REF_SLUG.$CI_PIPELINE_ID
tty: true
labels:
com.pena.upload: true
com.pena.allowed_headers: content-type,authorization,response-type
environment:
IS_PROD_LOG: 'false'
IS_PROD: 'false'