Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Jun 26, 2024
1 parent 85a9d54 commit 71d7f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.el8
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
dir(path: 'SRPMS') {
archiveArtifacts(artifacts: '**/*.src.rpm', caseSensitive: true, onlyIfSuccessful: true, allowEmptyArchive: true)
}
rpmGithubRelease('el8')
rpmGithubRelease()
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.el9
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pipeline {
dir(path: 'SRPMS') {
archiveArtifacts(artifacts: '**/*.src.rpm', caseSensitive: true, onlyIfSuccessful: true, allowEmptyArchive: true)
}
rpmGithubRelease('el9')
rpmGithubRelease()
}
}
}
Expand Down

0 comments on commit 71d7f34

Please sign in to comment.