test_release, test_master

This commit is contained in:
Zsolt Ero
2017-08-16 23:41:17 +02:00
parent 1bd5b85eb1
commit a52c8d4ae0
2 changed files with 21 additions and 1 deletions

View File

@@ -26,3 +26,11 @@ ssh:
IP=$$(docker inspect $$ID | grep IPAddr | sed 's/.*: "//; s/".*//') && \
echo "SSHing into $$IP" && \
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i image/services/sshd/keys/insecure_key root@$$IP
test_release:
echo test_release
env
test_master:
echo test_master
env