Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 2372c01

Browse files
ThomasRuppThomasRupp
authored andcommitted
update proxy parameter
1 parent 1b328b9 commit 2372c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/image-builder-using-azure-devops/azure-pipelines-with-proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ steps:
5555

5656
- script: |
5757
echo '$(EMPOWER_PASSWORD)' > pass.txt
58-
sh installer.bin create container-image --name '${{parameters.TAG}}' --release '${{parameters.RELEASE}}' --accept-license --products '${{parameters.PRODUCTS}}' --username '$(EMPOWER_USERNAME)' --password:file=pass.txt --admin-password '${{parameters.ADMIN_PASSWORD}}' --base-image '${{parameters.BASE_IMAGE}}' -proxyHost '$(PROXY_HOST)' -proxyPort '$(PROXY_PORT)'
58+
sh installer.bin create container-image --name '${{parameters.TAG}}' --release '${{parameters.RELEASE}}' --accept-license --products '${{parameters.PRODUCTS}}' --username '$(EMPOWER_USERNAME)' --password:file=pass.txt --admin-password '${{parameters.ADMIN_PASSWORD}}' --base-image '${{parameters.BASE_IMAGE}}' --proxy '$(PROXY)'
5959
rm pass.txt
6060
displayName: 'Start Installer to create image'
6161

0 commit comments

Comments
 (0)