Revert "jenkinsfile: Force ostree-kernel-initramfs deploiment"

This reverts commit 447329c279.

This commit is not needed anymore, the build is now stable without
deploying the licenses everytime.

BugzID: 69247
This commit is contained in:
Alexandre Bard 2020-12-14 13:44:50 +01:00
parent 596b384e41
commit 975901eebe
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -182,7 +182,7 @@ def build(env_in, image_type_in, single_fitImage) {
if (single_fitImage) {
sh "bash -c '. ./env.image${env} && bitbake -k virtual/netmodule-image'"
} else {
sh "bash -c '. ./env.image${env} && bitbake -fc populate_lic ostree-kernel-initramfs && bitbake -k netmodule-linux-image${image_type}'"
sh "bash -c '. ./env.image${env} && bitbake -k netmodule-linux-image${image_type}'"
}
}