7 lines
95 B
YAML
7 lines
95 B
YAML
pipeline:
|
|
build:
|
|
image: alpine:latest
|
|
commands:
|
|
- echo "hello"
|
|
- ./build
|