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
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2017-06-01 13:29:11 +0300
committerLin Jen-Shin <godfat@godfat.org>2017-06-01 13:29:11 +0300
commit4f8a1c0d4cc9372823cb28a16936c49dd4f09402 (patch)
tree55ecd7123d35b302ad2f258bd891c0ef08e4fe30 /spec/factories/ci/builds.rb
parent20dcd522f0a3cf2603047bcd296eae254487fa5a (diff)
Just use the url from options, not saving it as a column
Diffstat (limited to 'spec/factories/ci/builds.rb')
-rw-r--r--spec/factories/ci/builds.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/factories/ci/builds.rb b/spec/factories/ci/builds.rb
index aeabb57c512..0bb5a86d9b9 100644
--- a/spec/factories/ci/builds.rb
+++ b/spec/factories/ci/builds.rb
@@ -63,7 +63,6 @@ FactoryGirl.define do
trait :teardown_environment do
environment 'staging'
- environment_url 'http://staging.example.com/$CI_JOB_NAME'
options environment: { name: 'staging',
action: 'stop',
url: 'http://staging.example.com/$CI_JOB_NAME' }