We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a5d8a commit 333c706Copy full SHA for 333c706
debian/Jenkinsfile
@@ -67,7 +67,7 @@ distributions.each {
67
sh 'sudo apt-get update --allow-releaseinfo-change'
68
sh 'echo "INSTALATION"'
69
artifacts.each { deb_file ->
70
- if (deb_file.endsWith('.deb')) {
+ if (deb_file.endsWith('.deb') && !deb_file.contains('mysql')) {
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
73
}
0 commit comments