]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
CI: remove NODIRTY option as those builds may be dirty
authorFlole998 <Flole998@users.noreply.github.com>
Sat, 9 Mar 2024 21:53:29 +0000 (22:53 +0100)
committerGitHub <noreply@github.com>
Sat, 9 Mar 2024 21:53:29 +0000 (22:53 +0100)
.github/workflows/build-ci.yml

index 5dd6f9b2ff83a7d5d47a92141088c0532d3a210d..64fb7fab1af084b54af8ec08bf1100e2fc0e6bc4 100644 (file)
@@ -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