Commit 52956440 authored by Alexander Tanayno's avatar Alexander Tanayno

Update syntax of needs example

parent e12f7fe0
......@@ -1700,19 +1700,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
......
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