mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-25 20:07:55 +00:00
test_release, test_master
This commit is contained in:
8
Makefile
8
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user