Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,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 --token ${CI_JOB_TOKEN} --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 @@ -39,7 +39,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 --token ${CI_JOB_TOKEN} --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