Fixed issue with environment not getting set in projects
This commit is contained in:
parent
481c2574a6
commit
f0735abb32
@ -275,6 +275,7 @@ func (p *Project) setData(new *Project) {
|
||||
defer p.Unlock()
|
||||
|
||||
p.Name = new.Name
|
||||
p.Environment = new.Environment
|
||||
|
||||
p.Fetch = new.Fetch
|
||||
p.Build = new.Build
|
||||
|
Loading…
Reference in New Issue
Block a user