From 038ccda1f5e5cb41caae1a9ec42b7ae358f90ff7 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Wed, 16 May 2018 12:59:05 +0200 Subject: [PATCH] Update container-structure-test download path --- tests/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/run.sh b/tests/run.sh index 9c59ba8..68d51f1 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -3,7 +3,8 @@ IMAGE=$1 if [ ! -f container-structure-test ]; then - curl -LO https://storage.googleapis.com/container-structure-test/latest/container-structure-test + curl -LO https://storage.googleapis.com/container-structure-test/latest/container-structure-test-linux-amd64 + mv container-structure-test-linux-amd64 container-structure-test chmod +x container-structure-test fi