Skip to content

Commit f7be297

Browse files
committed
Try curl instead.
1 parent 3c697d6 commit f7be297

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/tasks/buildah-oci-ta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ spec:
398398
echo ${DOMAIN_PROXY_ARGS[@]} # TODO remove
399399
/app/domain-proxy-server-runner &
400400
server_pid=$!
401-
ping ${CACHE_URL}
401+
curl -I ${CACHE_URL}
402402
fi
403403
fi
404404

pkg/reconciler/dependencybuild/buildrecipeyaml.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ func createPipelineSpec(log logr.Logger, tool string, commitTime int64, jbsConfi
563563
Name: "CACHE_URL",
564564
Value: tektonpipeline.ParamValue{
565565
Type: tektonpipeline.ParamTypeString,
566-
StringVal: whitelistUrl.Host,
566+
StringVal: cacheUrl,
567567
},
568568
},
569569
},

0 commit comments

Comments
 (0)