Skip to content

Commit

Permalink
fix(ecs): add missing context images when building new server group f…
Browse files Browse the repository at this point in the history
…or pipeline (#7123)
  • Loading branch information
allisaurus authored and ezimanyi committed Jun 21, 2019
1 parent dae73da commit 1532db4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,12 @@ module.exports = angular

return $q.when({
viewState: {
contextImages: contextImages,
requiresTemplateSelection: true,
overrides: {
viewState: {
contextImages: contextImages,
},
},
},
});
}
Expand Down

0 comments on commit 1532db4

Please sign in to comment.