Commit 83ab4e9b authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'JonstonChan-ci-migration-consistent-job-name' into 'master'

Docs: use consistent job names in CI migration documentation

See merge request gitlab-org/gitlab!68915
parents c4047be6 d2637541
...@@ -121,11 +121,11 @@ stages: ...@@ -121,11 +121,11 @@ stages:
- test - test
- deploy - deploy
job 1: job1:
stage: build stage: build
script: make build dependencies script: make build dependencies
job 2: job2:
stage: build stage: build
script: make build artifacts script: make build artifacts
......
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