Skip to content

Commit

Permalink
remove-dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Feb 26, 2024
1 parent 188e5a8 commit 2d1772f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gh-actions/common/build-debian/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ runs:
with:
image: ${{ inputs.docker-image }}
environment: |
TERM=dumb
DEBIAN_FRONTEND=noninteractive
DEBFULLNAME=${{ env.DEBFULLNAME }}
DEBEMAIL=${{ env.DEBEMAIL }}
Expand Down Expand Up @@ -116,7 +115,6 @@ runs:
with:
image: ${{ inputs.docker-image }}
environment: |
TERM=dumb
DEBIAN_FRONTEND=noninteractive
DEB_BUILD_OPTIONS=${{ inputs.DEB_BUILD_OPTIONS }}
volumes: ${{ github.workspace }}:${{ github.workspace }}
Expand Down Expand Up @@ -187,7 +185,6 @@ runs:
image: ${{ inputs.docker-image }}
options: --cap-add=NET_ADMIN
environment: |
TERM=dumb
DEBIAN_FRONTEND=noninteractive
DEB_BUILD_OPTIONS=${{ inputs.DEB_BUILD_OPTIONS }}
workdir: ${{ env.BUILD_INPUT_DIR }}
Expand Down

0 comments on commit 2d1772f

Please sign in to comment.