File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments