test-proj/.woodpecker.yml

14 lines
256 B
YAML
Raw Normal View History

2023-03-08 22:52:10 +00:00
pipeline:
test:
image: docker
2023-03-08 23:07:44 +00:00
secrets: [ blarp, test_key ]
2023-03-08 22:52:10 +00:00
commands:
- echo hello
2023-03-08 22:58:37 +00:00
- echo "$BLARP"
- echo $BLARP > test
2023-03-08 23:07:44 +00:00
- echo $TEST_KEY > testkey
2023-03-08 22:58:37 +00:00
- wc -c test
- cat test
2023-03-08 23:07:44 +00:00
- file testkey
2023-03-08 22:54:52 +00:00
- ls -la