disable broken build step

This commit is contained in:
Hector 2023-06-19 18:43:50 +01:00
parent 39632095f8
commit 7907df790c

View File

@ -34,20 +34,20 @@ test:
script: script:
- make go/test - make go/test
build: # build:
extends: .go_template # extends: .go_template
stage: build # stage: build
only: # only:
- main # - main
- tags # - tags
script: # script:
- git fetch --tags # - git fetch --tags
- make build/snapshot # - make build/snapshot
artifacts: # artifacts:
paths: # paths:
- dist/*.tar.gz # - dist/*.tar.gz
- dist/checksums.txt # - dist/checksums.txt
expire_in: 1 day # expire_in: 1 day
docker/gitlab: docker/gitlab:
extends: .docker_template extends: .docker_template