From ea630472a77d7e5b883b18ae2e500ca3da62f235 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 8 Sep 2020 17:11:47 +0200 Subject: [PATCH] GitHub actions: don't upload any artifacts --- .github/workflows/packages.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index a56443175..34e319bfd 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -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