From c895a3b5cbeb5d51a91f7d81e68bab006a7d573e Mon Sep 17 00:00:00 2001 From: Mike Urbanski Date: Fri, 7 Aug 2020 16:43:03 -0500 Subject: [PATCH] add debug --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9af00d2..d715aab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,6 +16,8 @@ steps: inputs: versionSpec: '3.8' displayName: 'Install Python 3.8' +- script: cat storage/storage.json + displayName: 'cat' - script: pip install bridgecrew displayName: 'Install the Bridgecrew CLI' - script: bridgecrew -d storage --soft-fail