test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Morgan McMillian 2023-03-08 14:58:37 -08:00
parent 02a4b75efa
commit 59f9a29eed

View file

@ -4,6 +4,8 @@ pipeline:
secrets: [ blarp ]
commands:
- echo hello
- echo $BLARP
- touch $BLARP
- echo "$BLARP"
- echo $BLARP > test
- wc -c test
- cat test
- ls -la