Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-10-03 17:32:12 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-10-04 15:43:24 +0300
commitebeee31100cb142dfc74ec02928d3c5433eab8d7 (patch)
tree081560aa0440a26b72653c6b828422eb00ee5ce3 /db
parent7d4767fb4830a88f345c3b71e78b07771d2f3f06 (diff)
Fix pipeline fixtures and calls to removed method
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/development/14_pipelines.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/14_pipelines.rb b/db/fixtures/development/14_pipelines.rb
index 650b410595c..803cbca584d 100644
--- a/db/fixtures/development/14_pipelines.rb
+++ b/db/fixtures/development/14_pipelines.rb
@@ -34,7 +34,7 @@ class Gitlab::Seeder::Pipelines
rescue ActiveRecord::RecordInvalid
print 'F'
ensure
- pipeline.build_updated
+ pipeline.update_status
end
end
end