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:
authorShinya Maeda <shinya@gitlab.com>2017-09-02 10:31:14 +0300
committerShinya Maeda <shinya@gitlab.com>2017-09-03 17:49:11 +0300
commit1b481342a08caea34e0d605780de13d47d8dd7e2 (patch)
treef89e082c7cb4838815927c97c765538ac932a171 /spec/support
parenteab938d50519a4da272818c1364ceeca82e32982 (diff)
Fix spec
Diffstat (limited to 'spec/support')
-rw-r--r--spec/support/cycle_analytics_helpers.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/cycle_analytics_helpers.rb b/spec/support/cycle_analytics_helpers.rb
index e6b66c4baed..934b4557ba2 100644
--- a/spec/support/cycle_analytics_helpers.rb
+++ b/spec/support/cycle_analytics_helpers.rb
@@ -81,7 +81,7 @@ module CycleAnalyticsHelpers
ref: 'master',
source: :push,
project: project,
- protected: true)
+ protected: false)
end
def new_dummy_job(environment)
@@ -95,7 +95,7 @@ module CycleAnalyticsHelpers
tag: false,
name: 'dummy',
pipeline: dummy_pipeline,
- protected: true)
+ protected: false)
end
end