Skip to content

Commit

Permalink
fix(google): allow SpEL in stack/detail in deploy stage (#7105)
Browse files Browse the repository at this point in the history
  • Loading branch information
maggieneterval committed Jun 11, 2019
1 parent 0686fd8 commit 92492c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,7 @@ module.exports = angular
asyncData.instanceProfile === 'buildCustom'
? gceCustomInstanceBuilderService.parseInstanceTypeString(pipelineCluster.instanceType)
: null,
templatingEnabled: true,
};

const viewOverrides = {
Expand Down

0 comments on commit 92492c4

Please sign in to comment.