Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ process-templates: entrypoint: [""] stage: .pre script: - ./process-templates.sh --api ${GITLAB_API_V4_URL:-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: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ process-templates: entrypoint: [""] stage: .pre script: - ./process-templates.sh --api ${GITLAB_API_V4_URL:-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: Loading