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 ec83d9b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,12 @@ deploy:
script:
- ./bin/deploy.sh
- localstack state export ./ls-state-pod.zip
- curl "$AWS_ENDPOINT_URL/_localstack/diagnose" | tee ls_diagnose.log
- docker ps | tee docker_ps.log
- docker inspect localstack-main | tee docker_inspect.log
- localstack logs

test:
stage: test
before_script:
- *default_before_scripts
- python3 -m pip install -r requirements-dev.txt
script:
- python3 -m pytest tests

- python3 -m pytest tests || localstack logs

0 comments on commit ec83d9b

Please sign in to comment.