test-proj/.woodpecker.yml

12 lines
192 B
YAML
Raw Normal View History

2023-03-08 22:52:10 +00:00
pipeline:
test:
image: docker
secrets: [ blarp ]
commands:
- echo hello
2023-03-08 22:58:37 +00:00
- echo "$BLARP"
- echo $BLARP > test
- wc -c test
- cat test
2023-03-08 22:54:52 +00:00
- ls -la