From b8c61ca27811ffed8553f44cafb09db645ae688a Mon Sep 17 00:00:00 2001 From: jofleish Date: Wed, 23 Mar 2022 12:31:35 -0400 Subject: [PATCH] continue on error in deploy --- scripts/nightly.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/nightly.yaml b/scripts/nightly.yaml index 12a9f68a3..e7730182a 100644 --- a/scripts/nightly.yaml +++ b/scripts/nightly.yaml @@ -396,6 +396,7 @@ stages: jobs: - job: Deploy displayName: "Deploy into GitHub" + continueOnError: true pool: vmImage: "ubuntu-latest" steps: