We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c0f89 commit 7285cceCopy full SHA for 7285cce
.gitlab-ci.yml
@@ -36,7 +36,8 @@ default:
36
- echo -e "${dind_ip}\tlocalhost.localstack.cloud\n" >> /etc/hosts
37
- localstack start -d
38
- localstack wait -t 30
39
- - (test -f ./ls-state-pod.zip && localstack state import ./ls-state-pod) || true
+ - mkdir -p /usr/lib/localstack
40
+ - (test -f ./ls-state-pod.zip && localstack state import ./ls-state-pod.zip) || true
41
cache:
42
paths:
43
- $CI_PROJECT_DIR/.cache/pip
@@ -58,7 +59,8 @@ deploy:
58
59
script:
60
- ./bin/build_lambdas.sh
61
- ./deployment/awslocal/deploy.sh
- - localstack state export ls-state-pod
62
63
+ - localstack state export ls-state-pod.zip
64
65
test:
66
stage: test
0 commit comments