Skip to content

Commit fffab98

Browse files
committed
do not fail in build test
1 parent d9c10cd commit fffab98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

debian/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ distributions.each {
6969
artifacts.each { deb_file ->
7070
if (deb_file.endsWith('.deb') && deb_file.contains('sqlite')) {
7171
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
72+
sh 'sudo DEBIAN_FRONTEND=noninteractive DEBCONF_DEBUG=' + debconf_debug + ' apt -y install $WORKSPACE/dist/debian/' + deb_file
7373
}
7474
}
7575
}

debian/cnb-cache.postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ configure)
174174
echo "Initializing cache"
175175

176176

177-
APP_DEBUG=True cnb-cache-init
177+
APP_DEBUG=True cnb-cache-init || true
178178

179179
;;
180180

0 commit comments

Comments
 (0)