summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/templates/Jobs/Build.gitlab-ci.yml
blob: 121ae38216fdddbaf8c6336fbe4f255c78741ef6 (plain)
1
2
3
4
5
6
7
8
9
10
build:
  stage: build
  image: "registry.gitlab.com/gitlab-org/cluster-integration/auto-build-image/master:stable"
  services:
    - docker:stable-dind
  script:
    - /build/build.sh
  only:
    - branches
    - tags