test-proj/.woodpecker.yml
Morgan McMillian 59f9a29eed
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
test
2023-03-08 14:58:37 -08:00

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