Skip to content

Commit 7fdff6d

Browse files
committed
update
1 parent 67df3ae commit 7fdff6d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/live_test/sendemail.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -464,12 +464,12 @@ def summary_data(testdata):
464464
f.write(str(src_soup))
465465

466466
# send to kusto db
467-
if USER_TARGET.lower() in ['all', ''] \
468-
and USER_REPO == 'https://github.com/Azure/azure-cli.git' \
469-
and USER_REPO_EXT == 'https://github.com/Azure/azure-cli-extensions.git' \
470-
and USER_BRANCH == 'dev' and USER_BRANCH_EXT == 'main' \
471-
and USER_LIVE == '--live' and data:
472-
send_to_kusto(data)
467+
# if USER_TARGET.lower() in ['all', ''] \
468+
# and USER_REPO == 'https://github.com/Azure/azure-cli.git' \
469+
# and USER_REPO_EXT == 'https://github.com/Azure/azure-cli-extensions.git' \
470+
# and USER_BRANCH == 'dev' and USER_BRANCH_EXT == 'main' \
471+
# and USER_LIVE == '--live' and data:
472+
send_to_kusto(data)
473473

474474
for root, dirs, files in os.walk(ARTIFACT_DIR):
475475
for file in files:

0 commit comments

Comments
 (0)