Commit 18bce8fc authored by Filipa Lacerda's avatar Filipa Lacerda

Update partial name and remove changes to database fixtures

parent 2a5f9709
......@@ -90,7 +90,7 @@
%code.bash.js-build-output
.build-loader-animation.js-build-refresh
- else
= render "empty_status"
= render "empty_states"
= render "sidebar"
......
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment