Skip to content

Commit d9c10cd

Browse files
committed
build test install only sqlite package
1 parent 7224c23 commit d9c10cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ purge: ## Clean Uninstall debian package
4545

4646
.PHONY: probe
4747
probe: ## Perform test install
48-
sudo DEBCONF_DEBUG=developer apt install ../cnb-cache_0.1.0_all.deb ../cnb-cache-sqlite_0.1.0_all.deb
48+
sudo DEBCONF_DEBUG=0 apt install ../cnb-cache_0.1.0_all.deb ../cnb-cache-sqlite_0.1.0_all.deb

debian/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ distributions.each {
6767
sh 'sudo apt-get update --allow-releaseinfo-change'
6868
sh 'echo "INSTALATION"'
6969
artifacts.each { deb_file ->
70-
if (deb_file.endsWith('.deb') && !deb_file.contains('mysql')) {
70+
if (deb_file.endsWith('.deb') && deb_file.contains('sqlite')) {
7171
sh 'echo -e "${GREEN} installing ' + deb_file + ' on `lsb_release -sc` ${ENDCOLOR} "'
7272
sh 'sudo DEBIAN_FRONTEND=noninteractive DEBCONF_DEBUG=' + debconf_debug + ' apt-get -y install $WORKSPACE/dist/debian/' + deb_file
7373
}

0 commit comments

Comments
 (0)