mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
[CTOR-151] fix delivery (#4774)
This commit is contained in:
parent
c3b75fe62a
commit
8958c7f6d5
4
.github/actions/deb-delivery/action.yml
vendored
4
.github/actions/deb-delivery/action.yml
vendored
@ -20,6 +20,10 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Remove previously delivered DEBs
|
||||
run: rm -f ./*.deb
|
||||
shell: bash
|
||||
|
||||
- name: Use cache DEB files
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
|
5
.github/actions/rpm-delivery/action.yml
vendored
5
.github/actions/rpm-delivery/action.yml
vendored
@ -20,6 +20,10 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Remove previously delivered RPMs
|
||||
run: rm -f ./*.rpm
|
||||
shell: bash
|
||||
|
||||
- name: Use cache RPM files
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
@ -48,6 +52,7 @@ runs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
rm -rf noarch x86_64
|
||||
mkdir noarch x86_64
|
||||
|
||||
for FILE in $FILES; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user