Skip to content

Commit 0b07ba4

Browse files
authored
Update config.yml
1 parent 0b0fc39 commit 0b07ba4

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.circleci/config.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,6 @@ jobs:
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: |

0 commit comments

Comments
 (0)