Skip to content
Snippets Groups Projects
Unverified Commit 18bce8fc authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Update partial name and remove changes to database fixtures

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