Jenkinsfile: use default distribution target (#41301)

This commit is contained in:
Christophe Siraut 2020-04-24 13:54:35 +02:00
parent 2a9772ec62
commit bac72330f1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
steps {
script {
if (env.JOB_NAME == 'authentic2-cut' && env.GIT_BRANCH == 'origin/master') {
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder -d jessie,stretch authentic2-cut'
sh 'sudo -H -u eobuilder /usr/local/bin/eobuilder authentic2-cut'
}
}
}