Skip to content

Commit

Permalink
Merge pull request #5877 from ChrisBr/fix_testdata
Browse files Browse the repository at this point in the history
Fix testdata rake task
  • Loading branch information
ChrisBr committed Sep 19, 2018
2 parents 62e6d89 + ead693e commit 1687778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/lib/tasks/dev.rake
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,10 @@ namespace :dev do
)

# Create factory dashboard projects
create(:project, name: 'openSUSE:Factory', description: 'requests:')
create(:project, name: 'openSUSE:Factory')
create(:project, name: 'openSUSE:Factory:Rings:0-Bootstrap')
create(:project, name: 'openSUSE:Factory:Rings:1-MinimalX')
create(:project, name: 'openSUSE:Factory:Staging:A')
create(:project, name: 'openSUSE:Factory:Staging:A', description: 'requests:')
end
end
end
Expand Down

0 comments on commit 1687778

Please sign in to comment.