Skip to content

Commit

Permalink
debug(ci:gitlabci): debug run
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger committed Apr 17, 2024
1 parent b81d585 commit 8121bef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ deploy:
script:
- ./bin/deploy.sh
- localstack state export ./ls-state-pod.zip
- localstack logs
- curl "$AWS_ENDPOINT_URL/_localstack/diagnose" | tee ls_diagnose.log
- docker ps | tee docker_ps.log
- docker inspect localstack-main | tee docker_inspect.log
Expand All @@ -61,4 +62,4 @@ test:
- python3 -m pip install -r requirements-dev.txt
script:
- python3 -m pytest tests

- localstack logs

0 comments on commit 8121bef

Please sign in to comment.