summaryrefslogtreecommitdiff
path: root/.gitlab/ci/workhorse.gitlab-ci.yml
blob: 29131159876b4efebc2fd32f27f3d68e86e19e42 (plain)
1
2
3
4
5
6
7
8
9
10
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