Commit 01159895 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents eb927c44 f6d3a47b
...@@ -1820,19 +1820,19 @@ mac:build: ...@@ -1820,19 +1820,19 @@ mac:build:
linux:rspec: linux:rspec:
stage: test stage: test
needs: [linux:build] needs: ["linux:build"]
linux:rubocop: linux:rubocop:
stage: test stage: test
needs: [linux:build] needs: ["linux:build"]
mac:rspec: mac:rspec:
stage: test stage: test
needs: [mac:build] needs: ["mac:build"]
mac:rubocop: mac:rubocop:
stage: test stage: test
needs: [mac:build] needs: ["mac:build"]
production: production:
stage: deploy 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