Morgan McMillian
02a4b75efa
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
9 lines
148 B
YAML
9 lines
148 B
YAML
pipeline:
|
|
test:
|
|
image: docker
|
|
secrets: [ blarp ]
|
|
commands:
|
|
- echo hello
|
|
- echo $BLARP
|
|
- touch $BLARP
|
|
- ls -la
|