Merge "[Core-Library] Delete redundant expression from Instance deploy method"
This commit is contained in:
commit
8924612cc3
@ -141,12 +141,6 @@ Methods:
|
|||||||
- $.volumes.items().select(
|
- $.volumes.items().select(
|
||||||
$.unpack(path, volume) -> $this.attachVolume($path, $volume))
|
$.unpack(path, volume) -> $this.attachVolume($path, $volume))
|
||||||
|
|
||||||
- For: path
|
|
||||||
In: $.volumes
|
|
||||||
Do:
|
|
||||||
- $volume: $.volumes.get($path)
|
|
||||||
- $this.attachVolume($path, $volume)
|
|
||||||
|
|
||||||
# Any additional template preparation
|
# Any additional template preparation
|
||||||
- $.instanceTemplate: $.prepareStackTemplate($.instanceTemplate)
|
- $.instanceTemplate: $.prepareStackTemplate($.instanceTemplate)
|
||||||
- $.environment.stack.updateTemplate($.instanceTemplate)
|
- $.environment.stack.updateTemplate($.instanceTemplate)
|
||||||
|
Loading…
Reference in New Issue
Block a user