File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 2828 python3 -m pip install --user localstack awscli-local[ver1]
2929 echo 'export PATH=$HOME/.local/bin:$PATH' >> "$BASH_ENV"
3030
31- - run :
32- name : Verify and configure LocalStack token
33- command : |
34- source "$BASH_ENV"
35- if [ -z "${LOCALSTACK_AUTH_TOKEN:-}" ]; then
36- echo "LOCALSTACK_AUTH_TOKEN is not set in this job."
37- echo "Set it in CircleCI Project Settings > Environment Variables or via Context."
38- exit 1
39- fi
40- echo "LOCALSTACK_AUTH_TOKEN is present (length=${#LOCALSTACK_AUTH_TOKEN})"
41- localstack auth set-token "$LOCALSTACK_AUTH_TOKEN"
42-
4331 - run :
4432 name : Start LocalStack
4533 command : |
@@ -101,18 +89,6 @@ jobs:
10189 python3 -m pip install --user localstack awscli-local[ver1]
10290 echo 'export PATH=$HOME/.local/bin:$PATH' >> "$BASH_ENV"
10391
104- - run :
105- name : Verify and configure LocalStack token
106- command : |
107- source "$BASH_ENV"
108- if [ -z "${LOCALSTACK_AUTH_TOKEN:-}" ]; then
109- echo "LOCALSTACK_AUTH_TOKEN is not set in this job."
110- echo "Set it in CircleCI Project Settings > Environment Variables or via Context."
111- exit 1
112- fi
113- echo "LOCALSTACK_AUTH_TOKEN is present (length=${#LOCALSTACK_AUTH_TOKEN})"
114- localstack auth set-token "$LOCALSTACK_AUTH_TOKEN"
115-
11692 - run :
11793 name : Start LocalStack
11894 command : |
You can’t perform that action at this time.
0 commit comments