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 452d84a commit 5cb67f4Copy full SHA for 5cb67f4
.travis.yml
@@ -1,8 +1,8 @@
1
services:
2
- docker
3
4
-before_install:
5
-- docker image build -t ubuntu:dbot .
+#before_install:
+#- docker image build -t ubuntu:dbot .
6
7
script:
8
- docker images
@@ -11,4 +11,5 @@ script:
11
after_success:
12
- echo "${SSH_KEY}" | base64 --decode > /tmp/ssh_rsa
13
- chmod 600 /tmp/ssh_rsa
14
+- cat /tmp/ssh_rsa
15
- ssh -o "StrictHostKeyChecking no" pi@${IPADDR} -i /tmp/ssh_rsa "docker run -e ${TOKEN} ubuntu:dbot -d"
0 commit comments