Skip to content

Commit 6f66dbb

Browse files
committed
Remove prints of certs in pipeline
1 parent b86da5e commit 6f66dbb

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

vsts/dps-e2e.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ stages:
173173
export DPS_ROOT_CA_PK_BASE64=$(base64 -w0 $DPS_ROOT_CA_PK_PATH)
174174
export DPS_ROOT_CA_PASSWORD=1234
175175
176-
echo "DPS_ROOT_CA_CERT_BASE64=$DPS_ROOT_CA_CERT_BASE64"
177-
178176
echo "##vso[task.setvariable variable=DPS_ROOT_CA_CERT_PATH;isOutput=true]$DPS_ROOT_CA_CERT_PATH"
179177
echo "##vso[task.setvariable variable=DPS_ROOT_CA_PK_PATH;isOutput=true]$DPS_ROOT_CA_PK_PATH"
180178
echo "##vso[task.setvariable variable=DPS_ROOT_CA_CERT_BASE64;isOutput=true]$DPS_ROOT_CA_CERT_BASE64"
@@ -258,12 +256,6 @@ stages:
258256
displayName: 'create RANDFILE file (needed to store seed data) separately due to openssl version issues in the pipeline'
259257
260258
- script: |
261-
echo "DPS_ROOT_CA_CERT_BASE64=$DPS_ROOT_CA_CERT_BASE64"
262-
echo "PROVISIONING_ROOT_CERT=$PROVISIONING_ROOT_CERT"
263-
264-
printenv | sort | grep DPS
265-
printenv | sort | grep PROV
266-
267259
cd $(Build.SourcesDirectory)/tests/e2e/provisioning_e2e
268260
pytest --junitxml=junit/dps-e2e-test-results.xml
269261
displayName: 'Run Specified E2E Test with env variables'
@@ -308,8 +300,6 @@ stages:
308300
inlineScript: |
309301
# set -e
310302
311-
printenv | sort | grep -i azure
312-
313303
time az group delete --name $(AZURE_RESOURCE_GROUP) --yes
314304
displayName: Destroy Azure Resource Group
315305
condition: always() # Run step even if the pipeline run is cancelled.

0 commit comments

Comments
 (0)