Skip to content

Commit

Permalink
fix(ci): Fix tox command argument handling for build-layers step
Browse files Browse the repository at this point in the history
  • Loading branch information
soufianerafik committed Jan 16, 2025
1 parent b06acc1 commit d2e1dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
poetry run pip install tox uw-it-build-fingerprinter
- run: |
poetry run tox -e build-layers \
-- -t ${{ env.version }} --release ${{ env.version }} --cache \
-t ${{ env.version }} --release ${{ env.version }} --cache \
--build-arg HUSKY_DIRECTORY_VERSION=${{ env.version }}
poetry run tox -e unit-tests
# Build layers with the -k option to avoid installing a lot of
Expand Down

0 comments on commit d2e1dd0

Please sign in to comment.