File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -48,22 +48,18 @@ jobs:
4848 docker pull localstack/localstack-pro &
4949 docker pull public.ecr.aws/lambda/python:3.8 &
5050
51- # install latest CLI packages (dev releases)
52- pip install --upgrade --pre localstack localstack-ext
53-
54- # TODO remove
55- mkdir ~/.localstack; echo '{"token":"test"}' > ~/.localstack/auth.json
51+ # install latest CLI packages
52+ pip install --upgrade localstack localstack-ext
5653
5754 # install dependencies
5855 sudo apt-get update
5956 sudo apt-get install -y libsasl2-dev
6057
6158 # build and install extension
62- localstack extensions init
59+ DEBUG_PLUGINS=1 localstack extensions init
6360 (
6461 make install
6562 . .venv/bin/activate
66- pip install --upgrade --pre localstack localstack-ext
6763 make build
6864 make enable
6965 )
You can’t perform that action at this time.
0 commit comments