init
shnee 3 years ago
parent 6df76e0b21
commit edebb9340f

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

Loading…
Cancel
Save