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

11 lines
248 B
YAML
Raw Normal View History

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