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 b06acc1 commit d2e1dd0Copy full SHA for d2e1dd0
.github/workflows/create-release.yml
@@ -59,7 +59,7 @@ jobs:
59
poetry run pip install tox uw-it-build-fingerprinter
60
- run: |
61
poetry run tox -e build-layers \
62
- -- -t ${{ env.version }} --release ${{ env.version }} --cache \
+ -t ${{ env.version }} --release ${{ env.version }} --cache \
63
--build-arg HUSKY_DIRECTORY_VERSION=${{ env.version }}
64
poetry run tox -e unit-tests
65
# Build layers with the -k option to avoid installing a lot of
0 commit comments