debian-mirror-gitlab/.gitlab/ci/workhorse.gitlab-ci.yml
2021-02-22 17:27:13 +05:30

11 lines
222 B
YAML

workhorse:
extends: .workhorse:rules:workhorse
image: golang:1.14
stage: test
needs: []
script:
- rm .git/hooks/post-checkout
- git checkout .
- scripts/update-workhorse check
- make -C workhorse