Skip to content

Commit

Permalink
Enable Test MM2 stage for dev branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
artemii235 committed Apr 22, 2021
1 parent 2b3db4f commit 2945f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-build-stage-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
ALICE_PASSPHRASE: $(${{ parameters.alice_passphrase }})
ALICE_USERPASS: $(${{ parameters.alice_userpass }})
RUST_LOG: debug
condition: or( eq( variables['Build.Reason'], 'PullRequest' ), eq( variables['Build.SourceBranchName'], 'mm2.1' ) )
condition: or( eq( variables['Build.Reason'], 'PullRequest' ), eq( variables['Build.SourceBranchName'], 'mm2.1' ), eq( variables['Build.SourceBranchName'], 'dev' ) )
- bash: |
cargo clippy -- -D warnings
displayName: 'Check Clippy warnings'
Expand Down

0 comments on commit 2945f7b

Please sign in to comment.