From d4632a5a22eafe6e6a433191e1b612498ed01f82 Mon Sep 17 00:00:00 2001
From: Nalin Dahyabhai <nalin@redhat.com>
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 <nalin@redhat.com>
---
 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 =