File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -587,7 +587,8 @@ jobs:
587587 tags : [*internal_worker_tag]
588588 params :
589589 SOURCE_PATH : stembuild
590- GOPROXY : https://((broadcom_artifactory_mirrors.username)):((broadcom_artifactory_mirrors.password))@((broadcom_artifactory_mirrors.golang)),off
590+ GOPROXY : https://((broadcom_artifactory_mirrors.username)):((broadcom_artifactory_mirrors.password))@((broadcom_artifactory_mirrors.goproxy)),off
591+ GOSUMDB : https://((broadcom_artifactory_mirrors.gosumdb))
591592 input_mapping :
592593 input_repo : stemcell-builder
593594 output_mapping :
@@ -597,7 +598,8 @@ jobs:
597598 tags : [*internal_worker_tag]
598599 params :
599600 SOURCE_PATH : acceptance_test
600- GOPROXY : https://((broadcom_artifactory_mirrors.username)):((broadcom_artifactory_mirrors.password))@((broadcom_artifactory_mirrors.golang)),off
601+ GOPROXY : https://((broadcom_artifactory_mirrors.username)):((broadcom_artifactory_mirrors.password))@((broadcom_artifactory_mirrors.goproxy)),off
602+ GOSUMDB : https://((broadcom_artifactory_mirrors.gosumdb))
601603 input_mapping :
602604 input_repo : stemcell-builder
603605 output_mapping :
You can’t perform that action at this time.
0 commit comments