From 33596c0fc16e7ba27f016865f726bd14e24b0ac8 Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Mon, 17 Jan 2022 15:06:07 +0100 Subject: [PATCH] Update build_bromite_dev.yaml --- .github/workflows/build_bromite_dev.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/build_bromite_dev.yaml b/.github/workflows/build_bromite_dev.yaml index 34e4cb0..a7e52c5 100644 --- a/.github/workflows/build_bromite_dev.yaml +++ b/.github/workflows/build_bromite_dev.yaml @@ -419,27 +419,3 @@ jobs: [[ "$USEGOMA" = "true" ]] && find /tmp/ -maxdepth 1 -name "gomacc*" -print0 | xargs -0 rm || true [[ "$USEGOMA" = "true" ]] && rm -rf /tmp/goma_lg/ || true echo "::endgroup::" - - release: - runs-on: ${{ github.event.inputs.type }} - needs: build - if: success() - env: - OUTPUTFILE: /storage/images/${{ github.event.inputs.build }}/${{ github.event.inputs.sha }}/apks/ChromePublic.apk - - steps: - - name: Enable proxy on container - shell: bash - run: | - if ! [[ -z "${HTTP_PROXY}" ]]; then - PROXY_ADDR=http://$(hostname -I | cut -d' ' -f1 | xargs):8118 - echo "PROXY_ADDR=$PROXY_ADDR" >> $GITHUB_ENV - sudo iptables -D INPUT -p tcp -s localhost --dport 8118 -j ACCEPT - sudo iptables -D INPUT -p tcp --dport 8118 -j DROP - fi - - - name: Release build ${{ github.event.inputs.build }}/${{ github.event.inputs.sha }} - uses: softprops/action-gh-release@v1 - with: - draft: true - files: ${{ env.OUTPUTFILE }}