We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b04ee5 + 760e72d commit a79f44dCopy full SHA for a79f44d
1 file changed
pkg/gitreceive/k8s_util_test.go
@@ -94,6 +94,7 @@ func TestBuildPod(t *testing.T) {
94
95
checkForEnv(t, pod, "TAR_PATH", build.tarKey)
96
checkForEnv(t, pod, "PUT_PATH", build.putKey)
97
+ checkForEnv(t, pod, "CACHE_PATH", build.cacheKey)
98
99
if build.buildPack != "" {
100
checkForEnv(t, pod, "BUILDPACK_URL", build.buildPack)
0 commit comments