bot-mm-assos/.gitlab-ci.yml

11 lines
112 B
YAML
Raw Permalink Normal View History

2021-03-15 20:49:05 +01:00
image: golang:latest
build:
tags:
- docker
script:
- go build
artifacts:
paths:
- main