Loading project-automation/gitlab-recommended.yml +2 −2 Original line number Diff line number Diff line Loading @@ -11,12 +11,12 @@ include: gitlab:recommended: stage: test image: name: ghcr.io/tomwright/dasel:alpine name: docker.io/alpine:latest entrypoint: [""] variables: GIT_STRATEGY: none script: - apk add curl - apk add curl "dasel<2" - wget https://gitlab.com/just-ci/utils/-/raw/main/gitlab/best-practices.yml -qO .settings.yml - FILE=project_${CI_PROJECT_ID}_details Loading Loading
project-automation/gitlab-recommended.yml +2 −2 Original line number Diff line number Diff line Loading @@ -11,12 +11,12 @@ include: gitlab:recommended: stage: test image: name: ghcr.io/tomwright/dasel:alpine name: docker.io/alpine:latest entrypoint: [""] variables: GIT_STRATEGY: none script: - apk add curl - apk add curl "dasel<2" - wget https://gitlab.com/just-ci/utils/-/raw/main/gitlab/best-practices.yml -qO .settings.yml - FILE=project_${CI_PROJECT_ID}_details Loading