Welcome to mirror list, hosted at ThFree Co, Russian Federation.

workhorse.gitlab-ci.yml « ci « .gitlab - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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