We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157c9ad commit 3d7cc98Copy full SHA for 3d7cc98
.github/workflows/connector-vault.yml
@@ -69,16 +69,6 @@ jobs:
69
rpm_gpg_signing_passphrase: ${{ secrets.RPM_GPG_SIGNING_PASSPHRASE }}
70
stability: ${{ needs.get-environment.outputs.stability }}
71
72
- - name: Upload library artifacts
73
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
74
- with:
75
- name: centreon-perl-common-${{ matrix.distrib }}
76
- path: |
77
- log.html
78
- /var/log/centreon-gorgone
79
- /etc/centreon-gorgone
80
- retention-days: 1
81
-
82
deliver-rpm:
83
needs: [get-environment, package]
84
if: ${{ contains(fromJson('["testing", "unstable"]'), needs.get-environment.outputs.stability) }}
0 commit comments