|
|
|
|
@ -20,7 +20,7 @@ steps:
|
|
|
|
|
commands:
|
|
|
|
|
# Give docker enough time to start.
|
|
|
|
|
- sleep 10
|
|
|
|
|
- mkdir ~/.ssh
|
|
|
|
|
- mkdir -p ~/.ssh
|
|
|
|
|
- printf "Host git.shnee.net\n Port 222\n" >> ~/.ssh/config
|
|
|
|
|
- eval $(ssh-agent -s)
|
|
|
|
|
- echo "$SSH_KEY" | ssh-add -
|
|
|
|
|
@ -41,7 +41,7 @@ steps:
|
|
|
|
|
gotifytoken:
|
|
|
|
|
from_secret: gotify-token
|
|
|
|
|
gotifyendpoint: http://push.shnee.net
|
|
|
|
|
gotifytitle: "{{repo.name}} - Pipeline Build {{build.number}}"
|
|
|
|
|
gotifytitle: {{repo.name}} Pipeline Build {{build.number}}
|
|
|
|
|
gotifypriority: 5
|
|
|
|
|
message: >
|
|
|
|
|
{{#success build.status}}
|
|
|
|
|
|