Commit 19ea7f17 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'patch-29' into 'master'

Better job naming (avoid conflicts with other jobs)

See merge request gitlab-org/gitlab!17218
parents d7301a0d 6f94cd3d
---
title: Better job naming for Docker.gitlab-ci.yml
merge_request: 17218
author: luca.orlandi@gmail.com
type: other
build-master: docker-build-master:
# Official docker image. # Official docker image.
image: docker:latest image: docker:latest
stage: build stage: build
...@@ -12,7 +12,7 @@ build-master: ...@@ -12,7 +12,7 @@ build-master:
only: only:
- master - master
build: docker-build:
# Official docker image. # Official docker image.
image: docker:latest image: docker:latest
stage: build stage: build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment