Morgan McMillian
8a4a58716e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
15 lines
313 B
YAML
15 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
|