Skip to content
Snippets Groups Projects
Commit 85512efe authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

add debug_trace

parent 1c75d13d
No related branches found
No related tags found
No related merge requests found
Pipeline #114292 passed
...@@ -27,6 +27,7 @@ stages: ...@@ -27,6 +27,7 @@ stages:
BASE_URL: /wiki/ BASE_URL: /wiki/
MEILI_HOST: "http://localhost:7700" MEILI_HOST: "http://localhost:7700"
MEILI_API_KEY: MASTER_KEY MEILI_API_KEY: MASTER_KEY
CI_DEBUG_TRACE: "true"
before_script: before_script:
- i=0; while [ "$i" -lt 12 ]; do docker info && break; sleep 5; i=$(( i + 1 )) ; done - i=0; while [ "$i" -lt 12 ]; do docker info && break; sleep 5; i=$(( i + 1 )) ; done
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment