From cab5117391cf7629fa73d519462d9b58de580a2d Mon Sep 17 00:00:00 2001 From: James Wainwright Date: Mon, 15 Jan 2024 16:29:20 +0000 Subject: [PATCH] [ci] test: print env Signed-off-by: James Wainwright --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4ae605f82e599..e1c8fc602d6c6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -194,6 +194,8 @@ jobs: - bash: echo "##vso[task.setvariable variable=bazelCacheGcpKeyPath]$(bazelCacheGcpKey.secureFilePath)" condition: eq(variables['Build.SourceBranchName'], 'master') displayName: GCP key path + - bash: | + env - bash: | set -x -e # Check the entire build graph for conflicts in loading or analysis