Commit a65eba11 authored by janek Kröger's avatar janek Kröger Committed by Pierre Smeyers
Browse files

feat(ci): add support of custom $GITLAB_API_V4_URL to override default $CI_API_V4_URL

parent c28d5c70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ process-templates:
    entrypoint: [""]
  stage: .pre
  script:
    - ./process-templates.sh --api $CI_API_V4_URL --json-out kicker-aggregated.json --doc-out ./docs
    - ./process-templates.sh --api ${GITLAB_API_V4_URL:-CI_API_V4_URL} --json-out kicker-aggregated.json --doc-out ./docs
  artifacts:
    name: "aggregated kicker json from $CI_COMMIT_REF_SLUG"
    paths: