mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
Merge pull request #8217 from Icinga/bugfix/github-actions-artifacts
GitHub actions: don't upload any artifacts
This commit is contained in:
commit
2483f7570b
19
.github/workflows/packages.yml
vendored
19
.github/workflows/packages.yml
vendored
@ -112,12 +112,6 @@ jobs:
|
|||||||
-e ICINGA_BUILD_TYPE=snapshot \
|
-e ICINGA_BUILD_TYPE=snapshot \
|
||||||
registry.icinga.com/build-docker/${{ matrix.distro.name }}/${{ matrix.distro.codename }}:x86 \
|
registry.icinga.com/build-docker/${{ matrix.distro.name }}/${{ matrix.distro.codename }}:x86 \
|
||||||
icinga-build-test
|
icinga-build-test
|
||||||
|
|
||||||
- name: Artifacts
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
name: '${{ matrix.distro.name }}-${{ matrix.distro.codename }}-packages'
|
|
||||||
path: deb-icinga2/build
|
|
||||||
rpm:
|
rpm:
|
||||||
name: .rpm
|
name: .rpm
|
||||||
|
|
||||||
@ -228,13 +222,6 @@ jobs:
|
|||||||
-e ICINGA_BUILD_TYPE=snapshot \
|
-e ICINGA_BUILD_TYPE=snapshot \
|
||||||
registry.icinga.com/build-docker/${{ matrix.distro.name }}/${{ matrix.distro.release }} \
|
registry.icinga.com/build-docker/${{ matrix.distro.name }}/${{ matrix.distro.release }} \
|
||||||
icinga-build-test
|
icinga-build-test
|
||||||
|
|
||||||
- name: Artifacts
|
|
||||||
if: "steps.vars.outputs.CAN_BUILD == 'true'"
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
name: '${{ matrix.distro.name }}-${{ matrix.distro.release }}-packages'
|
|
||||||
path: rpm-icinga2/build
|
|
||||||
raspbian:
|
raspbian:
|
||||||
name: Raspbian
|
name: Raspbian
|
||||||
|
|
||||||
@ -306,9 +293,3 @@ jobs:
|
|||||||
# -e ICINGA_BUILD_DEB_DEFAULT_ARCH=armhf \
|
# -e ICINGA_BUILD_DEB_DEFAULT_ARCH=armhf \
|
||||||
# registry.icinga.com/build-docker/raspbian/${{ matrix.codename }} \
|
# registry.icinga.com/build-docker/raspbian/${{ matrix.codename }} \
|
||||||
# icinga-build-test
|
# icinga-build-test
|
||||||
|
|
||||||
- name: Artifacts
|
|
||||||
uses: actions/upload-artifact@v1
|
|
||||||
with:
|
|
||||||
name: 'raspbian-${{ matrix.codename }}-packages'
|
|
||||||
path: raspbian-icinga2/build
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user