Skip to content

Commit

Permalink
add merges
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrero committed Jan 20, 2022
1 parent 365d663 commit 594f244
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/fcos/v1_5_exp/translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,12 @@ func (c Config) ToIgn3_4Unvalidated(options common.TranslateOptions) (types.Conf
}
}

ret1, _, _ := c.processPackages(options)
retp, rp, tsp := c.processPackages(options)

ret.Storage.Files = append(ret.Storage.Files, ret1.Storage.Files...)
ret.Storage.Files = append(ret.Storage.Files, retp.Storage.Files...)

ts.Merge(tsp)
r.Merge(rp)

return ret, ts, r
}
Expand Down

0 comments on commit 594f244

Please sign in to comment.