parent
b348fe92d6
commit
b9ca85fd8f
1 changed files with 4 additions and 2 deletions
|
@ -11,8 +11,10 @@ pipeline:
|
|||
check:
|
||||
image: docker
|
||||
commands:
|
||||
- echo hi
|
||||
- cat /tmp/privateKey*
|
||||
- echo $igor_key > /tmp/test1
|
||||
- echo $IGOR_KEY > /tmp/test2
|
||||
- cat /tmp/test1
|
||||
- cat /tmp/test2
|
||||
|
||||
publish:
|
||||
image: plugins/ansible
|
||||
|
|
Loading…
Reference in a new issue