From: Flole998 Date: Sat, 9 Mar 2024 21:53:29 +0000 (+0100) Subject: CI: remove NODIRTY option as those builds may be dirty X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79aaa14346d9d40f3728c4b0fdc7b4240da76364;p=thirdparty%2Ftvheadend.git CI: remove NODIRTY option as those builds may be dirty --- diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 5dd6f9b2f..64fb7fab1 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -17,8 +17,6 @@ jobs: runs-on: ubuntu-latest continue-on-error: true name: Build on Raspberry Pi ${{ matrix.arch }} - env: - NODIRTY: ${{ secrets.NODIRTY }} strategy: matrix: arch: [armv6l, armv7l, aarch64] @@ -106,7 +104,6 @@ jobs: # Pass some environment variables to the container env: | # YAML, but pipe character is necessary artifact_name: git-${{ matrix.distro }}_${{ matrix.arch }} - NODIRTY: ${{ secrets.NODIRTY }} # The shell to run commands with in the container @@ -194,8 +191,6 @@ jobs: run: git config --global --add safe.directory /__w/tvheadend/tvheadend - name: build run: AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\ --enable-ffmpeg_static\ --enable-hdhomerun_static\ --python=python3 ./Autobuild.sh ${{ (startsWith(matrix.container, 'i386') && '-a i386') || '' }} - env: - NODIRTY: ${{ secrets.NODIRTY }} - name: copy-result run: cp ../tvheadend*.deb . - uses: actions/upload-artifact@v3