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

This commit is contained in:
Morgan McMillian 2023-03-08 14:18:13 -08:00
parent b348fe92d6
commit b9ca85fd8f

View file

@ -11,8 +11,10 @@ pipeline:
check: check:
image: docker image: docker
commands: commands:
- echo hi - echo $igor_key > /tmp/test1
- cat /tmp/privateKey* - echo $IGOR_KEY > /tmp/test2
- cat /tmp/test1
- cat /tmp/test2
publish: publish:
image: plugins/ansible image: plugins/ansible