Loading project-automation/gitlab/recommended.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ gitlab:recommended: script: - apk add curl - wget -qO .settings.yml https://gitlab.com/just-ci/utils/-/raw/main/gitlab/best-practices.yml # https://gitlab.com/just-ci/templates/-/raw/v6.24.2/project-automation/gitlab/recommended-settings.yml https://gitlab.com/just-ci/templates/-/raw/v6.24.2/project-automation/gitlab/recommended-settings.yml - FILE=project_${CI_PROJECT_ID}_details - | curl -sSLf -H "PRIVATE-TOKEN: ${GL_TOKEN}" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}" -o ${FILE}.json Loading Loading
project-automation/gitlab/recommended.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ gitlab:recommended: script: - apk add curl - wget -qO .settings.yml https://gitlab.com/just-ci/utils/-/raw/main/gitlab/best-practices.yml # https://gitlab.com/just-ci/templates/-/raw/v6.24.2/project-automation/gitlab/recommended-settings.yml https://gitlab.com/just-ci/templates/-/raw/v6.24.2/project-automation/gitlab/recommended-settings.yml - FILE=project_${CI_PROJECT_ID}_details - | curl -sSLf -H "PRIVATE-TOKEN: ${GL_TOKEN}" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}" -o ${FILE}.json Loading