Morgan McMillian
59f9a29eed
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
11 lines
192 B
YAML
11 lines
192 B
YAML
pipeline:
|
|
test:
|
|
image: docker
|
|
secrets: [ blarp ]
|
|
commands:
|
|
- echo hello
|
|
- echo "$BLARP"
|
|
- echo $BLARP > test
|
|
- wc -c test
|
|
- cat test
|
|
- ls -la
|