13 lines
138 B
YAML
13 lines
138 B
YAML
|
image: golang:1.14-buster
|
||
|
|
||
|
build:
|
||
|
stage: build
|
||
|
script:
|
||
|
- make build
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- campaigner
|
||
|
|
||
|
stages:
|
||
|
- build
|