We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0027e8 commit e422843Copy full SHA for e422843
.cci.jenkinsfile
@@ -21,7 +21,7 @@ parallel build: {
21
""")
22
}
23
shwrap("""
24
- make install DESTDIR=\$(pwd)/insttree/
+ make install install-grub-static install-systemd-unit DESTDIR=\$(pwd)/insttree/
25
tar -c -C insttree/ -zvf insttree.tar.gz .
26
27
stash includes: 'insttree.tar.gz', name: 'build'
0 commit comments