Loading .gitlab-ci.yml +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)" Loading Loading
.gitlab-ci.yml +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)" Loading