10 lines
124 B
YAML
10 lines
124 B
YAML
|
kind: pipeline
|
||
|
name: default
|
||
|
|
||
|
pipeline:
|
||
|
build:
|
||
|
image: plugins/docker
|
||
|
commands:
|
||
|
- >
|
||
|
docker build .
|