getimap/.gitlab-ci.yml
2020-03-10 13:57:28 +01:00

15 lines
183 B
YAML

stages:
- build
build:
stage: build
tags:
- docker
image: golang:1.9.2
script:
- make
artifacts:
paths:
- bin/get_imap_attachments
expire_in: 1 day