mirror of https://github.com/Icinga/icinga2.git
GitHub actions: don't upload any artifacts
This commit is contained in:
parent
338d0aaa8c
commit
ea630472a7
|
@ -112,12 +112,6 @@ jobs:
|
|||
-e ICINGA_BUILD_TYPE=snapshot \
|
||||
registry.icinga.com/build-docker/${{ matrix.distro.name }}/${{ matrix.distro.codename }}:x86 \
|
||||
icinga-build-test
|
||||
|
||||
- name: Artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: '${{ matrix.distro.name }}-${{ matrix.distro.codename }}-packages'
|
||||
path: deb-icinga2/build
|
||||
rpm:
|
||||
name: .rpm
|
||||
|
||||
|
@ -228,13 +222,6 @@ jobs:
|
|||
-e ICINGA_BUILD_TYPE=snapshot \
|
||||
registry.icinga.com/build-docker/${{ matrix.distro.name }}/${{ matrix.distro.release }} \
|
||||
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:
|
||||
name: Raspbian
|
||||
|
||||
|
@ -306,9 +293,3 @@ jobs:
|
|||
# -e ICINGA_BUILD_DEB_DEFAULT_ARCH=armhf \
|
||||
# registry.icinga.com/build-docker/raspbian/${{ matrix.codename }} \
|
||||
# icinga-build-test
|
||||
|
||||
- name: Artifacts
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: 'raspbian-${{ matrix.codename }}-packages'
|
||||
path: raspbian-icinga2/build
|
||||
|
|
Loading…
Reference in New Issue