Skip to content

Commit

Permalink
should have been z13 of course
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Aug 6, 2024
1 parent d54cc47 commit c2cd57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'make clean && make TARGET=Z12'
sh 'make clean && make TARGET=Z13'
}
}
}
Expand Down

0 comments on commit c2cd57b

Please sign in to comment.