Skip to content

Commit dc95d5c

Browse files
committed
debug
1 parent ac3da41 commit dc95d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ class HarborChartFreshInstallPipelineExecutor extends FreshInstallPipelineExecut
2323
script.usernamePassword(credentialsId: "79e9fd98-cdf5-4f55-81fa-ecba01365534", usernameVariable: "DOCKER_HUB_USERNAME", passwordVariable: "DOCKER_HUB_PASSWORD")]) {
2424
script.sh """
2525
# Set proxy registry or docker credential to bypass Docker Hub rate limit
26+
echo "PROXY_REGISTRY is \${PROXY_REGISTRY}"
2627
if [[ "\${PROXY_REGISTRY}" != "" ]]; then
2728
# set deafult registry to a proxy registry
28-
echo "PROXY_REGISTRY is \${PROXY_REGISTRY}"
2929
echo '{
3030
"registry-mirrors": ["'"\${PROXY_REGISTRY}"'"]
3131
}' | sudo tee /etc/docker/daemon.json > /dev/null

0 commit comments

Comments
 (0)