Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
debug env
  • Loading branch information
yminer committed Jan 2, 2025
1 parent ff8f6db commit 9904472
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class HarborChartFreshInstallPipelineExecutor extends FreshInstallPipelineExecut
# login Docker Hub to avoid the pull limit
# docker login -u \${DOCKER_HUB_USERNAME} -p \${DOCKER_HUB_PASSWORD}
# set deafult registry to dockerhub.packages.vcfd.broadcom.net
echo "PROXY_REGISTRY is \$PROXY_REGISTRY"
echo "PROXY_REGISTRY is \${PROXY_REGISTRY}"
echo '{
"registry-mirrors": [\$PROXY_REGISTRY]
"registry-mirrors": ["'"${PROXY_REGISTRY}"'"]
}' | sudo tee /etc/docker/daemon.json > /dev/null
# Restart Docker to apply the changes
Expand Down

0 comments on commit 9904472

Please sign in to comment.