prima-twig 0.39.25 → 0.39.26
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 +5 -5
- data/bin/twig-feature +7 -5
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 31647b9f7b040d15ba436d72c1673091b4e15b03fa9fd6068e92f0f9a70d5bb8
|
|
4
|
+
data.tar.gz: f8eccb4a8dafbb7d4459122c6d00a3e7fdbbcf0268ddba991bba6b7b178b245b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eff5a10b54b77655a9e1d51017ddc570bb0182fb3a094acd5df881459cb7b38a89df3f15e8016c25bb603210138101dc8dced48f170d092bb598f03faa98d456
|
|
7
|
+
data.tar.gz: 000111b66b452b9ceec59a95e211b41b36fc67d9bda530fad85f885fad399f6758bdac572b2244b50ef53183f9efa135760a3d9ff02413d9035fc432d15dd5ae
|
data/bin/twig-feature
CHANGED
|
@@ -579,12 +579,14 @@ class Release
|
|
|
579
579
|
end
|
|
580
580
|
|
|
581
581
|
cluster_stack_name = "ecs-cluster-#{env_hash}"
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
582
|
+
if stack_exists?(cluster_stack_name)
|
|
583
|
+
aggregator_enabled = get_stack_tags(cluster_stack_name).detect do |tag|
|
|
584
|
+
tag.key === "hostname_pattern_priority" and tag.value === "1"
|
|
585
|
+
end.is_a?(Aws::CloudFormation::Types::Tag)
|
|
585
586
|
|
|
586
|
-
|
|
587
|
-
|
|
587
|
+
if aggregator_enabled
|
|
588
|
+
dns_to_staging(env_hash)
|
|
589
|
+
end
|
|
588
590
|
end
|
|
589
591
|
|
|
590
592
|
# Se non ha finito di cancellare le altre non si puo' cancellare il cluster
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prima-twig
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.39.
|
|
4
|
+
version: 0.39.26
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2018-09-
|
|
16
|
+
date: 2018-09-18 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
version: '0'
|
|
215
215
|
requirements: []
|
|
216
216
|
rubyforge_project:
|
|
217
|
-
rubygems_version: 2.
|
|
217
|
+
rubygems_version: 2.7.7
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: The Prima twig toolbelt
|