hot fix
This commit is contained in:
parent
92c96e9500
commit
ce457a3c64
|
@ -144,7 +144,7 @@ class Project < ActiveRecord::Base
|
|||
bl.build_for_platform = platform
|
||||
bl.update_type = 'newpackage'
|
||||
bl.arch = arch
|
||||
bl.project_version = "latest_#{platform.name}"
|
||||
bl.project_version = project_version
|
||||
bl.user = user
|
||||
bl.auto_publish = auto_publish
|
||||
bl.include_repos = build_reps_ids
|
||||
|
|
Loading…
Reference in New Issue