Skip to content

Commit e373727

Browse files
authored
removed exclude module and added \n to cli command (#28)
1 parent 09d442c commit e373727

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
if: ${{ ! github.event.pull_request.head.repo.fork }}
9595
run: |
9696
# create an extension with default parameters (enter all new lines to use defaults)
97-
printf "\n\n\n\n\n\n\n\n" | LOCALSTACK_API_KEY=${{ secrets.TEST_LOCALSTACK_API_KEY }} DEBUG=1 ./dist-bin/localstack extensions dev new
97+
printf "\n\n\n\n\n\n\n\n\n" | LOCALSTACK_API_KEY=${{ secrets.TEST_LOCALSTACK_API_KEY }} DEBUG=1 ./dist-bin/localstack extensions dev new
9898
# print the directory output
9999
ls -al my-localstack-extension
100100
# remove it again

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ dist-bin/localstack build: $(VENV_ACTIVATE) main.py
3232
--hidden-import localstack.pro.core.extensions.plugins \
3333
--copy-metadata localstack_ext \
3434
--collect-data localstack.pro.core \
35-
--exclude-module importlib_resources \
3635
--additional-hooks-dir hooks
3736

3837
dist-dir/localstack: PYINSTALLER_ARGS=--distpath=dist-dir

0 commit comments

Comments
 (0)