1 Commits

Author SHA1 Message Date
6c8b6ac4e3 Add NFPM packaging recipe
All checks were successful
Cadoles/postgres-backup/pipeline/head This commit looks good
2022-10-31 10:41:03 -06:00

1
Jenkinsfile vendored
View File

@ -14,6 +14,7 @@ pipeline {
when {
anyOf {
branch 'master'
branch 'nfpm-packaging'
}
}
steps {