need those semi-colons
Some checks failed
Rust/sat-rs/pipeline/pr-main This commit looks good
Rust/sat-rs/pipeline/head There was a failure building this commit

This commit is contained in:
Robin Müller 2023-09-21 19:40:53 +02:00
parent cd3e213b1e
commit d85a684333
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -58,8 +58,8 @@ pipeline {
stage('Deploy satrs-book') { stage('Deploy satrs-book') {
when { when {
anyOf { anyOf {
branch 'main' branch 'main';
branch pattern: "mdbook-deployment*" branch pattern: 'mdbook-deployment*'
} }
} }
steps { steps {