From 45b5cab49a8a887fd421b17160d12bafa5737ff1 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Fri, 18 Sep 2020 13:54:40 -0400 Subject: [PATCH] unpin skopeo during mac acceptance tests (#176) Signed-off-by: Alex Goodman --- test/acceptance/mac.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/acceptance/mac.sh b/test/acceptance/mac.sh index 773fa3f52..a6f13181a 100755 --- a/test/acceptance/mac.sh +++ b/test/acceptance/mac.sh @@ -29,8 +29,8 @@ function cleanup { trap cleanup EXIT -# install skopeo (pinned to 1.1.0) -skopeo --version || brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/75e8d7a40af77b48cc91f4bdb7d669f891a6de60/Formula/skopeo.rb +# install skopeo +skopeo --version || brew install skopeo # fetch test image skopeo --override-os linux copy docker://docker.io/${TEST_IMAGE} docker-archive:${TEST_IMAGE_TAR}