removed verbose from ssh
This commit is contained in:
@@ -51,10 +51,6 @@ push:
|
|||||||
needs: ['qodana']
|
needs: ['qodana']
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- '.ssh'
|
|
||||||
- '/usr/bin'
|
|
||||||
before_script:
|
before_script:
|
||||||
- apk add openssh-client > /dev/null
|
- apk add openssh-client > /dev/null
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
@@ -67,5 +63,5 @@ push:
|
|||||||
|
|
||||||
- ssh-add ~/.ssh/id_rsa
|
- ssh-add ~/.ssh/id_rsa
|
||||||
script:
|
script:
|
||||||
- ssh $BOT_HOST -oStrictHostKeyChecking=accept-new -v 'cd /opt/discord/tarkov && git pull'
|
- ssh $BOT_HOST -oStrictHostKeyChecking=accept-new 'cd /opt/discord/tarkov && git pull'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user