prima-twig 0.54.230 → 0.54.231
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/twig-build +12 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0954529f242f76e1c492586094ea6966cb8255c87091e891d0fd700b46fcabf1'
|
|
4
|
+
data.tar.gz: c4c3a07ff77fde945b7eedb2cfccfd0a635867d03ff8d6d30185530227aea0a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4910f143d74de8fe59ab68e1e2252d7acb4e5a11b8894c89e95ef5347ca37f642bb529a6589aba86062886b7eb0e6caf001e034217de2310ca3b17cacb468c90
|
|
7
|
+
data.tar.gz: 0254055e7593320737b5a868ce2929af8a1273129d5e464f158ed15aca86b0a799229c0f0fbf43c9550c5dd931ebf3121a7a7d3811662ae40f7ad740460f4300
|
data/bin/twig-build
CHANGED
|
@@ -1463,6 +1463,18 @@ class Build
|
|
|
1463
1463
|
{
|
|
1464
1464
|
parameter_key: "HostnamePatternPriority",
|
|
1465
1465
|
parameter_value: (hostname_pattern_priority.to_i + 254).to_s
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
parameter_key: "ECSClusterName",
|
|
1469
|
+
parameter_value: get_ecs_cluster_name
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
parameter_key: "ALBShortName",
|
|
1473
|
+
parameter_value: "vianello-qa-#{get_deploy_id}"[0..27]
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
parameter_key: "EnvHash",
|
|
1477
|
+
parameter_value: get_deploy_id
|
|
1466
1478
|
}
|
|
1467
1479
|
]
|
|
1468
1480
|
if stack_exists?(stack_name_vianello)
|