should have been z13 of course
This commit is contained in:
parent
d54cc47f52
commit
c2cd57bdd0
|
@ -7,7 +7,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'make clean && make TARGET=Z12'
|
||||
sh 'make clean && make TARGET=Z13'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue