From dc29234ff56636a7a6764bf8535bb8f96e99a70d Mon Sep 17 00:00:00 2001 From: Wietse Wind Date: Wed, 12 Apr 2023 15:28:57 +0200 Subject: [PATCH] Disable publisher: http://build.xahau.tech/ --- .github/workflows/build-in-docker.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-in-docker.yml b/.github/workflows/build-in-docker.yml index a2681e2a1..30d06a799 100644 --- a/.github/workflows/build-in-docker.yml +++ b/.github/workflows/build-in-docker.yml @@ -15,21 +15,21 @@ jobs: clean: false - name: Build using Docker run: /bin/bash release-builder.sh - - publisher: - needs: builder - runs-on: [self-hosted, vanity] - steps: - - uses: actions/upload-artifact@v3 - with: - name: build-${{ github.run_number }} - path: | - release-build/xahaud - release-build/release.info - + unittests: needs: builder runs-on: [self-hosted, vanity] steps: - name: Unit tests run: /bin/bash docker-unit-tests.sh + +# publisher: +# needs: builder +# runs-on: [self-hosted, vanity] +# steps: +# - uses: actions/upload-artifact@v3 +# with: +# name: build-${{ github.run_number }} +# path: | +# release-build/xahaud +# release-build/release.info