CI: change from Yocto master to morty
Currently master is broken and morty is the next release that we'll likely target so bump our version over to morty.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -15,7 +15,7 @@ for (int i = 0; i < targets.size(); i++) {
|
||||
sh "./scripts/setup-env.sh"
|
||||
}
|
||||
stage('Yocto Fetch') {
|
||||
sh "GIT_LOCAL_REF_DIR=/srv/git-cache/ ./scripts/fetch.sh master"
|
||||
sh "GIT_LOCAL_REF_DIR=/srv/git-cache/ ./scripts/fetch.sh morty"
|
||||
}
|
||||
stage('Build') {
|
||||
sh "MACHINE=${machine} ./scripts/build.sh"
|
||||
|
||||
Reference in New Issue
Block a user