7 lines
112 B
YAML
7 lines
112 B
YAML
pipeline:
|
|
test:
|
|
image: docker
|
|
secrets: [ blarp ]
|
|
commands:
|
|
- echo hello
|
|
- echo $BLARP
|