From 3a2a969a11933816689199024bb45cf4d47ff09f Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Wed, 14 Jan 2015 22:30:53 -0700 Subject: [PATCH] Pull more templates --- scripts/test-warm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/test-warm b/scripts/test-warm index 6b402b12ef..5a0ab5762f 100755 --- a/scripts/test-warm +++ b/scripts/test-warm @@ -14,6 +14,8 @@ pull() } pull rancher/agent +pull ibuildthecloud/helloworld +pull cjellick/rancher-test-tools for i in agent.instance.image bootstrap.required.image; do pull $(grep $i ../resources/content/cattle-global.properties | cut -f2 -d=) done