test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-08 15:07:44 -08:00
parent 59f9a29eed
commit 9fa2dbc5b4

View file

@ -1,11 +1,13 @@
pipeline:
test:
image: docker
secrets: [ blarp ]
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