Compare commits
1 Commits
8cf97f2878
...
a393405803
Author | SHA1 | Date |
---|---|---|
|
a393405803 |
|
@ -43,7 +43,7 @@ pipeline {
|
|||
steps {
|
||||
sh '. ci/build.sh'
|
||||
script {
|
||||
if (env.BRANCH_NAME == 'dev/ci') {
|
||||
if (env.BRANCH_NAME == 'master') {
|
||||
withCredentials([
|
||||
file(
|
||||
credentialsId: 'rpm-gpg-key',
|
||||
|
@ -61,7 +61,7 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
success {
|
||||
archiveArtifacts "f${FEDORA}/**/*.rpm"
|
||||
archiveArtifacts "f${FEDORA}/*/*.rpm"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,3 @@ rpm-sign
|
|||
rsync
|
||||
systemd-rpm-macros
|
||||
EOF
|
||||
|
||||
install -m u=rwx,go= -d "${GNUPGHOME}"
|
||||
cat > "${GNUPGHOME}"/gpg-agent.conf <<EOF
|
||||
allow-loopback-pinentry
|
||||
EOF
|
||||
|
|
Loading…
Reference in New Issue