Commit eba8034b authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'dasel' into 'main'

fix: dasel version pin

See merge request just-ci/templates!133
parents 79fed276 d053ea9b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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