Update partial name and remove changes to database fixtures

This commit is contained in:
Filipa Lacerda 2018-03-19 10:07:30 +00:00
parent 2a5f970961
commit 18bce8fcfe
No known key found for this signature in database
GPG Key ID: 9CA3FDE4D1E2F1C8
3 changed files with 1 additions and 5 deletions

View File

@ -90,7 +90,7 @@
%code.bash.js-build-output
.build-loader-animation.js-build-refresh
- else
= render "empty_status"
= render "empty_states"
= render "sidebar"

View File

@ -30,10 +30,6 @@ class Gitlab::Seeder::Pipelines
queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
{ name: 'spinach:osx', stage: 'test', status: :failed, allow_failure: true,
queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
{ name: 'spinach:osx1', stage: 'test', status: :canceled,
queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
{ name: 'spinach:osx1', stage: 'test', status: :running,
queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
# deploy stage
{ name: 'staging', stage: 'deploy', environment: 'staging', status_event: :success,