test-proj/.woodpecker.yml
Morgan McMillian 9fa2dbc5b4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
test
2023-03-08 15:07:44 -08:00

13 lines
256 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
- file testkey
- ls -la