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

This commit is contained in:
Morgan McMillian 2023-03-08 16:13:44 -08:00
parent 8a4a58716e
commit 1b2d7ec519

View file

@ -1,15 +1,9 @@
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
image: plugins/ansible:3
secrets: [ test_key ]
settings:
playbook: main.yml
inventory: hosts.ini
user: igor
private_key: $TEST_KEY