6 lines
82 B
YAML
6 lines
82 B
YAML
|
pipeline:
|
||
|
build:
|
||
|
image: golang:1.17
|
||
|
commands:
|
||
|
- docker build .
|