test → master #66

Merged
guillermo merged 70 commits from test into master 2024-07-23 06:23:47 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit cc5faf97da - Show all commits

1
Jenkinsfile vendored
View File

@ -38,7 +38,6 @@ pipeline {
steps {
sh 'debuild -us -uc -b'
sh 'mkdir -p output'
sh 'rm output/*'
sh 'cp ../*.deb output'
sh 'sleep 86400'
}