File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3837dist-dir/localstack : PYINSTALLER_ARGS=--distpath=dist-dir
You can’t perform that action at this time.
0 commit comments