Skip to content

Commit 333c706

Browse files
committed
do not test mysql package
1 parent d3a5d8a commit 333c706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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')) {
70+
if (deb_file.endsWith('.deb') && !deb_file.contains('mysql')) {
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)