should have been z13 of course
This commit is contained in:
parent
d54cc47f52
commit
c2cd57bdd0
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue