summaryrefslogtreecommitdiff
path: root/features/steps/project/pages.rb
diff options
context:
space:
mode:
Diffstat (limited to 'features/steps/project/pages.rb')
-rw-r--r--features/steps/project/pages.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/steps/project/pages.rb b/features/steps/project/pages.rb
index 9705470738e..124a132d688 100644
--- a/features/steps/project/pages.rb
+++ b/features/steps/project/pages.rb
@@ -37,7 +37,8 @@ class Spinach::Features::ProjectPages < Spinach::FeatureSteps
step 'pages are deployed' do
pipeline = @project.pipelines.create(ref: 'HEAD',
sha: @project.commit('HEAD').sha,
- source: :push)
+ source: :push,
+ protected: false)
build = build(:ci_build,
project: @project,