Skip to content

Commit

Permalink
Do not pass useless variables to build_indep and build_archdep.
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-ntap committed Nov 9, 2023
1 parent 62ba0d6 commit caa5ca5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ jobs:
-e DIST='${{ env.INPUT_DIST }}' \
-e MESSAGE='${{ env.INPUT_MESSAGE }}' \
-e BUILD_OPTIONS='${{ env.INPUT_BUILD_OPTIONS }}' \
-e SOURCE_NAME='${{ env.INPUT_SOURCE_NAME }}' \
-e DEBIAN_SOURCE='${{ env.INPUT_DEBIAN_SOURCE }}' \
-e SOURCE_VERSION='${{ env.INPUT_SOURCE_VERSION }}' \
-e VERSION_SUFFIX='${{ env.INPUT_VERSION_SUFFIX }}' \
--rm \
--mount="type=bind,src=$PWD/${GITHUB_ACTION_PATH}/,dst=/usr/local/bin,ro" \
-v "$PWD/input:/input" \
Expand Down

0 comments on commit caa5ca5

Please sign in to comment.