From 1836b4d547710d459a94e96b50c26e42efbbb819 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 27 Aug 2019 18:07:48 -0400 Subject: [PATCH] DO NOT MERGE - patch Makefile to let us run skopeo tests Don't merge this. Signed-off-by: Nalin Dahyabhai --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 234adbc77a..0ce20d8bd7 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ export GOPROXY=https://proxy.golang.org # Which github repository and branch to use for testing with skopeo -SKOPEO_REPO = containers/skopeo -SKOPEO_BRANCH = master +SKOPEO_REPO = nalind/skopeo +SKOPEO_BRANCH = manifest-lists # Set SUDO=sudo to run container integration tests using sudo. SUDO =