test-proj/.woodpecker.yml

10 lines
148 B
YAML
Raw Normal View History

2023-03-08 22:52:10 +00:00
pipeline:
test:
image: docker
secrets: [ blarp ]
commands:
- echo hello
- echo $BLARP
2023-03-08 22:54:52 +00:00
- touch $BLARP
- ls -la