test-proj/.woodpecker.yml
Morgan McMillian 8a4a58716e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
test
2023-03-08 15:10:32 -08:00

16 lines
313 B
YAML

pipeline:
test:
image: docker
secrets: [ blarp, test_key ]
commands:
- echo hello
- echo "$BLARP"
- echo $BLARP > test
- echo $TEST_KEY > testkey
- wc -c test
- cat test
- ls -la
- echo "something" >> testkey
- wc -l testkey
- cat testkey