We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c10cd commit fffab98Copy full SHA for fffab98
2 files changed
debian/Jenkinsfile
@@ -69,7 +69,7 @@ distributions.each {
69
artifacts.each { deb_file ->
70
if (deb_file.endsWith('.deb') && deb_file.contains('sqlite')) {
71
sh 'echo -e "${GREEN} installing ' + deb_file + ' on `lsb_release -sc` ${ENDCOLOR} "'
72
- sh 'sudo DEBIAN_FRONTEND=noninteractive DEBCONF_DEBUG=' + debconf_debug + ' apt-get -y install $WORKSPACE/dist/debian/' + deb_file
+ sh 'sudo DEBIAN_FRONTEND=noninteractive DEBCONF_DEBUG=' + debconf_debug + ' apt -y install $WORKSPACE/dist/debian/' + deb_file
73
}
74
75
debian/cnb-cache.postinst
@@ -174,7 +174,7 @@ configure)
174
echo "Initializing cache"
175
176
177
- APP_DEBUG=True cnb-cache-init
+ APP_DEBUG=True cnb-cache-init || true
178
179
;;
180
0 commit comments