Tianon Gravi 9 년 전
부모
커밋
2feb571ba9
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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