parent
b348fe92d6
commit
b9ca85fd8f
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue