Skip to content
Snippets Groups Projects
Commit 7efafa60 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Merge branch 'docs-update-needs-example' into 'master'

Update the syntax of DAG example

See merge request gitlab-org/gitlab-ce!32137
parents 190dba6d 52956440
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1820,19 +1820,19 @@ mac:build:
 
linux:rspec:
stage: test
needs: [linux:build]
needs: ["linux:build"]
 
linux:rubocop:
stage: test
needs: [linux:build]
needs: ["linux:build"]
 
mac:rspec:
stage: test
needs: [mac:build]
needs: ["mac:build"]
 
mac:rubocop:
stage: test
needs: [mac:build]
needs: ["mac:build"]
 
production:
stage: deploy
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment