Skip to content

Commit b28fcfb

Browse files
committed
AMB-1741 remove deleted directory from artifact
1 parent ef4e62d commit b28fcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ build-proxy:
3838
scripts/build_proxy.sh
3939

4040
#Files to loop over in release
41-
_dist_include="pytest.ini poetry.lock poetry.toml pyproject.toml Makefile build/. tests specification sandbox terraform lambda_typescript scripts catch_all_lambda lambda_code"
41+
_dist_include="pytest.ini poetry.lock poetry.toml pyproject.toml Makefile build/. tests specification sandbox terraform scripts lambda_code"
4242

4343
#Create /dist/ sub-directory and copy files into directory
4444
release: clean publish build-proxy

0 commit comments

Comments
 (0)