Commit 8f756206 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

fix: pin settings version

parent 206d1574
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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