Commit 5df951e1 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

fix: temporary old url

parent 9978742e
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/templates/-/raw/v6.24.1/project-automation/gitlab/recommended-settings.yml
      https://gitlab.com/just-ci/utils/-/raw/main/gitlab/best-practices.yml # https://gitlab.com/just-ci/templates/-/raw/v6.24.1/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
+1 −1
Original line number Diff line number Diff line
@@ -14,5 +14,5 @@ src = "README.md"
[[file]]
src = "container/readme.md"
[[file]]
src = "project-automation/gitlab/recommended-settings.yml"
src = "project-automation/gitlab/recommended.yml"
search = '-/raw/v{current_version}/project-automation'