typo
fsfw/fsfw/pipeline/pr-development This commit looks good Details

This commit is contained in:
Robin Müller 2023-10-25 11:40:56 +02:00
parent f0e4eacac5
commit 622ad9ff18
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ pipeline {
when {
anyOf {
branch 'development';
branch pattern: 'development-doc-deplyment*'
branch pattern: 'development-doc-deployment*'
}
}
steps {