Skip to content

Commit

Permalink
Ignore more linting rules for tna-python-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Nov 25, 2024
1 parent 69ecf04 commit 3cd7416
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
uses: ./.github/actions/lint
with:
dockerfile-location: ${{ env.DOCKERFILE_LOCATION }}
ignore-linting-rules: DL3002,DL3008,SC1091
ignore-linting-rules: DL3002,DL3008,SC1091,DL3003

- name: Test Docker image build
id: build
Expand Down
2 changes: 1 addition & 1 deletion docker/tna-python-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update; \
apt-get install -y --no-install-recommends docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin; \
\
git clone https://github.com/openssh/openssh-portable /home/app/openssh-portable; \
cd /home/app/openssh-portable; \
cd /home/app/openssh-portable || exit; \
autoreconf; \
./configure; \
make && make tests; \
Expand Down

0 comments on commit 3cd7416

Please sign in to comment.