ecload/.gitlab-ci.yml

18 lines
224 B
YAML

image: golang:latest
build:
script:
- make
dependencies: []
except:
- tags
release:
script:
- make
artifacts:
paths:
- dist/*.tar.gz
only:
- tags