test/cases/api: don't print command traces
Causes some secrets to be dumped into the logs.
This commit is contained in:
parent
522a54188a
commit
1e7e1308ab
2 changed files with 1 additions and 13 deletions
|
|
@ -110,9 +110,7 @@ function checkUploadStatusOptions() {
|
|||
|
||||
# Log into Azure
|
||||
function cloud_login() {
|
||||
set +x
|
||||
$AZURE_CMD login --service-principal --username "${V2_AZURE_CLIENT_ID}" --password "${V2_AZURE_CLIENT_SECRET}" --tenant "${AZURE_TENANT_ID}"
|
||||
set -x
|
||||
}
|
||||
|
||||
# Verify image in Azure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue