CI: Actually limit upload to .deb and .changes
continuous-integration/drone/push Build is passing Details
gitea/evobackup/pipeline/head This commit looks good Details

This commit is contained in:
David Prevot 2022-12-12 17:08:48 +01:00
parent e3a969f3e2
commit 1a892ba002
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ pipeline {
}
steps {
script {
sh 'rsync -avP build-area/bkctld*{deb,changes} pub.evolix.org:/srv/upload/'
sh 'rsync -avP build-area/bkctld*.deb build-area/bkctld*.changes pub.evolix.org:/srv/upload/'
}
}
}