Commit 16a28c3e authored by nimrod's avatar nimrod
Browse files

Use the ci-fairy job template.

parent eb7c7714
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
---
include:
  local: templates/pre-commit.yml
  - local: templates/pre-commit.yml
  # yamllint disable-line rule:line-length
  - remote: https://gitlab.freedesktop.org/freedesktop/ci-templates/-/raw/master/templates/ci-fairy.yml

ci-fairy:
  extends: .fdo.ci-fairy
  stage: test
  image: python:alpine
  before_script:
    - apk add --update git
    - pip install git+https://gitlab.freedesktop.org/freedesktop/ci-templates
  script:
    # ci-fairy doesn't fail on errors, so I workaround that.
    - logfile="$(mktemp)"