diff options
Diffstat (limited to 'vars/cloneAndBuild.groovy')
-rw-r--r-- | vars/cloneAndBuild.groovy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vars/cloneAndBuild.groovy b/vars/cloneAndBuild.groovy index 83a67a42..7219d270 100644 --- a/vars/cloneAndBuild.groovy +++ b/vars/cloneAndBuild.groovy @@ -44,6 +44,8 @@ def call(description, architecture, pkgList, buildCmd) { }
}
+ sh(script: libraryResource("branding.sh"))
+
// compile the source(s) ...
if (pkgList) {
pkgList.each { pkg ->
|