File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 62
62
- name : Build and test
63
63
run : |
64
64
poetry run tox -e build-layers -- \
65
- -t ${{ env.version }} --release ${{ env.version }} --cache \
66
- --build-arg HUSKY_DIRECTORY_VERSION=${{ env.version }}
65
+ -t ${{ env.version }} --release ${{ env.version }} --cache --build-arg HUSKY_DIRECTORY_VERSION=${{ env.version }}
67
66
poetry run tox -e unit-tests
68
67
69
68
- name : Create release ${{ needs.configure-release.outputs.version }}
Original file line number Diff line number Diff line change @@ -42,8 +42,7 @@ commands = black husky_directory tests
42
42
43
43
44
44
[testenv:build-layers]
45
- passenv = HUSKY_DIRECTORY_VERSION
46
- commands = bash -c " set -x; $(fingerprinter -o build-script) -t tox {posargs} --build-arg HUSKY_DIRECTORY_VERSION=${HUSKY_DIRECTORY_VERSION}"
45
+ commands = bash -c " set -x; $(fingerprinter -o build-script) -t tox {posargs} --build-arg HUSKY_DIRECTORY_VERSION={env:HUSKY_DIRECTORY_VERSION}"
47
46
48
47
[testenv:flake8]
49
48
deps = flake8
You can’t perform that action at this time.
0 commit comments