gitlab-org--gitlab-foss/.gitlab/ci/workhorse.gitlab-ci.yml

10 lines
184 B
YAML

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