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

Docker.gitlab-ci.yml « gitlab-ci-yml « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 396d3f1b042f1c15ea4663c9c43d08f85d0ff9ff (plain)
1
2
3
4
5
6
7
# Official docker image.
image: docker:latest

build:
  stage: build
  script:
    - docker build -t test .