disable broken build step
This commit is contained in:
parent
39632095f8
commit
7907df790c
@ -34,20 +34,20 @@ test:
|
||||
script:
|
||||
- make go/test
|
||||
|
||||
build:
|
||||
extends: .go_template
|
||||
stage: build
|
||||
only:
|
||||
- main
|
||||
- tags
|
||||
script:
|
||||
- git fetch --tags
|
||||
- make build/snapshot
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/*.tar.gz
|
||||
- dist/checksums.txt
|
||||
expire_in: 1 day
|
||||
# build:
|
||||
# extends: .go_template
|
||||
# stage: build
|
||||
# only:
|
||||
# - main
|
||||
# - tags
|
||||
# script:
|
||||
# - git fetch --tags
|
||||
# - make build/snapshot
|
||||
# artifacts:
|
||||
# paths:
|
||||
# - dist/*.tar.gz
|
||||
# - dist/checksums.txt
|
||||
# expire_in: 1 day
|
||||
|
||||
docker/gitlab:
|
||||
extends: .docker_template
|
||||
|
Loading…
x
Reference in New Issue
Block a user