corrects typo of anyOf in jenkins

This commit is contained in:
2025-07-25 12:32:20 +02:00
parent a5cf27744a
commit 0dafde8a4c

6
Jenkinsfile vendored
View File

@@ -126,12 +126,10 @@ pipeline {
}
when{
not {
anyof {
anyOf {
expression { BOARD == 'Moonlight' && CORE_TYPE =='64'}
}
anyof {
expression { BOARD == 'TGC_VP' && CORE_TYPE =='64'}
}
}
}
}
stages {