Fix pipeline due to ci/templates/Ruby.gitlab-ci.yml
What does this MR do
Fix failed pipeline due to CI Template.
Failed pipeline: https://jihulab.com/gitlab-cn/gitlab/-/pipelines/108111/failures
- https://jihulab.com/gitlab-cn/gitlab/-/jobs/2814550
- https://jihulab.com/gitlab-cn/gitlab/-/jobs/2814620
diff lib/gitlab/ci/templates/Ruby.gitlab-ci.yml jh/lib/gitlab/ci/templates/Ruby.gitlab-ci.yml
32c32
< - bundle config set path 'vendor' # Install dependencies into ./vendor/ruby
---
> - bundle config set path 'vendor' # Install dependencies into ./vendor/ruby
55c55
< stage: deploy
---
> type: deploy
cc EM @prajnamas
由 Baodong 编辑于