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

11 lines
112 B
YAML

image: golang:latest
build:
tags:
- docker
script:
- go build
artifacts:
paths:
- main