jenkins/update2head: exclude bblayers.conf from automatic commit
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
68c04583aa
commit
6b8a34bd85
|
|
@ -129,6 +129,7 @@ def updateSourceRevisions(isNmUpdate) {
|
||||||
sh("echo '================== UPDATE SOURCE REVISIONS ==================' > ./${env.SOURCE_REVISION_UPDATE_LOG}")
|
sh("echo '================== UPDATE SOURCE REVISIONS ==================' > ./${env.SOURCE_REVISION_UPDATE_LOG}")
|
||||||
updateMachineSrcRevs("am335x-hw26")
|
updateMachineSrcRevs("am335x-hw26")
|
||||||
updateMachineSrcRevs("imx8-nmhw23")
|
updateMachineSrcRevs("imx8-nmhw23")
|
||||||
|
sh(returnStdout: true, script: "git checkout build/conf/bblayers.conf")
|
||||||
}
|
}
|
||||||
|
|
||||||
def commitSourceRevisionChanges() {
|
def commitSourceRevisionChanges() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue