Tianon Gravi 9 years ago
parent
commit
2feb571ba9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      test-pr.sh

+ 2 - 0
test-pr.sh

@@ -98,6 +98,8 @@ else
 	trap "rm -rf '$dir'" EXIT
 	cd "$dir"
 
+	export BASHBREW_LIBRARY="$dir/library"
+
 	# TODO we only have "git version 2.4.1" which doesn't support "clone -q" :(
 	git init -q .
 	git remote add origin https://github.com/docker-library/official-images.git