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