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:
authorKamil Trzciński <ayufan@ayufan.eu>2018-03-06 15:11:00 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-03-06 15:11:00 +0300
commit2a7b3d074338541d9152610fcce0d768ce4c8170 (patch)
treebede4f0707206c2b7f70d7031f967cec4ce09cf2 /spec/features
parentce12b60e97a9a4518dd99b990e20e55ec8da22bc (diff)
parentc428aaac6613b9fcfecd479f7bb510a6e74b761c (diff)
Merge branch 'fix/sm/fix_pages_worker' into 'master'
Reload stable object to prevent erase artifacts with old state (Ver 2) Closes #43641 See merge request gitlab-org/gitlab-ce!17522
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/projects/pages_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/pages_spec.rb b/spec/features/projects/pages_spec.rb
index 2a0d235ef04..233d2e67b9d 100644
--- a/spec/features/projects/pages_spec.rb
+++ b/spec/features/projects/pages_spec.rb
@@ -258,7 +258,7 @@ feature 'Pages' do
end
let(:ci_build) do
- build(
+ create(
:ci_build,
project: project,
pipeline: pipeline,