test-proj/.woodpecker.yml
Morgan McMillian 02a4b75efa
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
test
2023-03-08 14:54:52 -08:00

9 lines
148 B
YAML

pipeline:
test:
image: docker
secrets: [ blarp ]
commands:
- echo hello
- echo $BLARP
- touch $BLARP
- ls -la