prima-twig 0.40.8 → 0.40.9
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-feature +3 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b37fdb04d32247595cabdcd47d7236f4261a301d
|
|
4
|
+
data.tar.gz: 26552191127d7b4fe5dbebe7ba53198cc3d9a35e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9aa3d1e77a77dc79cb4abeb00d84bdd0444c791688dc539ebc961dc1e12d16accb57255c3bf9dbbf3251dbe0367181c24430318a9577bf9349c121bc62d73f23
|
|
7
|
+
data.tar.gz: 467a7a3be5b463c405cd75d9ce766e3bc52ac56b9e4bc6e52cadb3f5d81884cc49665ed87da56cc8949eb90adc8a782922d5f5ee786e2f4f5a051c22bee749e3
|
data/bin/twig-feature
CHANGED
|
@@ -942,6 +942,8 @@ class Release
|
|
|
942
942
|
]
|
|
943
943
|
tags << { key: 'crash', value: @projects['crash'][:name] } if deploy_crash?
|
|
944
944
|
|
|
945
|
+
output tags
|
|
946
|
+
|
|
945
947
|
cluster_stack_name = "ecs-cluster-qa-#{deploy_id}"
|
|
946
948
|
|
|
947
949
|
if stack_exists?(cluster_stack_name)
|
|
@@ -1965,7 +1967,7 @@ class Release
|
|
|
1965
1967
|
end
|
|
1966
1968
|
|
|
1967
1969
|
def deploy_crash?
|
|
1968
|
-
!@projects['crash'].empty? &&
|
|
1970
|
+
!@projects['crash'].empty? && @projects['crash'][:branch] != 'master' && !@projects['crash'][:default_branch]
|
|
1969
1971
|
end
|
|
1970
1972
|
|
|
1971
1973
|
def create_crash_artifact(revision, deploy_id, minimal = false)
|