Skip to content

Commit

Permalink
chore(ci): Correct pipeline variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed Page committed Feb 4, 2021
1 parent 92324e9 commit 61b1da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 61b1da7

Please sign in to comment.