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:
Doug Goldstein
2016-11-24 09:22:44 -06:00
parent 61093e260f
commit 311ea03c1f

2
Jenkinsfile vendored
View File

@@ -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"