We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0f316 commit 8290ad7Copy full SHA for 8290ad7
.github/workflows/build.yml
@@ -309,7 +309,7 @@ jobs:
309
- name: Generate Dockerfile
310
# From docker.yml
311
# tox -e <environment name> command runs commands in `tox.ini`,
312
- # in particlar the script `.ci/write-dockerfile.sh`, to generate `Dockerfile`.
+ # in particular the script `.ci/write-dockerfile.sh`, to generate `Dockerfile`.
313
run: |
314
tox -e ${{ env.TOX_ENV }}
315
cp .tox/${{ env.TOX_ENV }}/Dockerfile .
0 commit comments