From 19ded665bdde488092566ce7b59cece5b5585f34 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 10 Oct 2023 13:51:33 +0200 Subject: [PATCH] Drop uploading to the old development build server (#2802) With the new development build uploads on R2 working, we no longer need to upload development builds to the old server. Drop the build step. --- .github/workflows/build.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 602cf9b4c..04070263a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -200,19 +200,6 @@ jobs: ${{ needs.prepare.outputs.build_container_image }} \ make BUILDDIR=/build ${{ matrix.board.defconfig }} - - name: Upload images - if: ${{ github.event_name != 'release' }} - uses: burnett01/rsync-deployments@5.2 - with: - rsh: -q - switches: -aW - path: output/images/haos_* - remote_path: ${{ secrets.DEV_TARGET_PATH }}/${{ needs.prepare.outputs.version_full }}/ - remote_host: ${{ secrets.DEV_HOST }} - remote_port: ${{ secrets.DEV_PORT }} - remote_user: ${{ secrets.DEV_USERNAME }} - remote_key: ${{ secrets.DEV_SSH_KEY }} - - name: Upload artifacts if: ${{ github.event_name != 'release' }} env: