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: pipeline:
test: test:
image: docker image: docker
secrets: [ blarp ] secrets: [ blarp, test_key ]
commands: commands:
- echo hello - echo hello
- echo "$BLARP" - echo "$BLARP"
- echo $BLARP > test - echo $BLARP > test
- echo $TEST_KEY > testkey
- wc -c test - wc -c test
- cat test - cat test
- file testkey
- ls -la - ls -la