We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6089d13 commit b1d1c06Copy full SHA for b1d1c06
.travis.yml
@@ -10,4 +10,4 @@ script:
10
11
after_success:
12
- echo "${SSH_KEY}" | base64 --decode > /tmp/ssh_rsa
13
-- ssh ssh -o "StrictHostKeyChecking no" pi@${IPADDR} -i /tmp/sftp_rsa "docker run -e ${TOKEN} ubuntu:dbot -d"
+- ssh -o "StrictHostKeyChecking no" pi@${IPADDR} -i /tmp/sftp_rsa "docker run -e ${TOKEN} ubuntu:dbot -d"
0 commit comments