getimap/.gitlab-ci.yml

15 lines
183 B
YAML
Raw Permalink Normal View History

2020-03-10 13:57:28 +01:00
stages:
- build
build:
stage: build
tags:
- docker
image: golang:1.9.2
script:
- make
artifacts:
paths:
- bin/get_imap_attachments
expire_in: 1 day