Commit 2f988fc8 authored by Pierre SMEYERS's avatar Pierre SMEYERS
Browse files

Merge branch '4-debug_mode' into 'master'

fix: add debug mode with CI_DEBUG_TRACE

Closes #4

See merge request to-be-continuous/tools/gitlab-sync!4
parents 29a45411 2b12bc73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ sync-tbc:
    - apk add --no-cache git
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
  script:
    - ./gitlab-sync.sh
    - bash ${CI_DEBUG_TRACE+-x} ./gitlab-sync.sh
  rules:
    # disable on gitlab.com
    - if: '$CI_SERVER_HOST == "gitlab.com"'