should have been z13 of course

This commit is contained in:
Martin Kroeker 2024-08-06 11:26:40 +02:00 committed by GitHub
parent d54cc47f52
commit c2cd57bdd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -7,7 +7,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'make clean && make TARGET=Z12' sh 'make clean && make TARGET=Z13'
} }
} }
} }