Commit d2637541 authored by Jonston Chan's avatar Jonston Chan

Use consistent job names in CI migration docs

parent 14bd84e5
...@@ -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