提交 cc1e2a2b 编写于 作者: G Grzegorz Bizon

Fix typo in build stages reference migration

上级 d5646068
......@@ -6,7 +6,7 @@ class MigrateBuildStageReference < ActiveRecord::Migration
def up
disable_statement_timeout
stage_id = Arel.sql(<<-SQL.strip_heredoc
stage_id = Arel.sql <<-SQL.strip_heredoc
(SELECT id FROM ci_stages
WHERE ci_stages.pipeline_id = ci_builds.commit_id
AND ci_stages.name = ci_builds.stage)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册