From 61b1da76c92aa961db94622109061ee20b06fb07 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 4 Feb 2021 08:30:42 -0600 Subject: [PATCH] chore(ci): Correct pipeline variable --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 42a79c6..ec764da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -80,7 +80,7 @@ stages: imageName: ${{ variables.linux_vm }} target: 'x86_64-unknown-linux-gnu' channel: nightly - continueOnError: $[ne(variables.rust, 'stable')] + continueOnError: $[ne(variables.channel, 'stable')] pool: vmImage: $(imageName) steps: