Skip to content

Commit

Permalink
fix(ci:gitlab): fix diagnose endpoint url
Browse files Browse the repository at this point in the history
  • Loading branch information
lakkeger committed Feb 21, 2024
1 parent 179bac4 commit c284a5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ variables:
PIP_CACHE_DIR: $CI_PROJECT_DIR/.cache/pip
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
DEBUG: 1
LS_LOG: trace
CI_DEBUG_TRACE: "true"

services:
- name: docker:20.10.16-dind
Expand All @@ -39,7 +41,7 @@ default:
after_script:
- docker ps | tee docker_ps.log
- docker inspect localstack-main | tee docker_inspect.log
- curl ${AWS_ENDPOINT_URL}:4566/_localstack/diagnose | tee ls_diagnose.log
- (curl "$AWS_ENDPOINT_URL/_localstack/diagnose" | tee ls_diagnose.log) || true
- localstack logs | tee ls_runlogs.log
cache:
paths:
Expand Down

0 comments on commit c284a5e

Please sign in to comment.