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