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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +3 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8cee0372758004ae1ee317f22e90b4a55d2ae90c
4
- data.tar.gz: 2937b24a27d40c1ab0445a5e72320d6e6f9d253f
3
+ metadata.gz: b37fdb04d32247595cabdcd47d7236f4261a301d
4
+ data.tar.gz: 26552191127d7b4fe5dbebe7ba53198cc3d9a35e
5
5
  SHA512:
6
- metadata.gz: 4f001d3bcdd6243ca26778b97a5e77d4502f649d1451dab52740b61343708a1f21d1f383228b375afd1f8a81bdaa7f8cf0c92ca37de64fd27eb07fe4e23ad3f4
7
- data.tar.gz: 5e6257bf6507b72ae75599754f236c2152a869c47cb251c66327f22bebdc3fe7d74530f9d8b386b6f8ea82e528381d5c1b2dfbcf632f0b1557c09f4d0fee93bf
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? && !@projects['crash'][:default_branch] && @projects['crash'][:branch] != 'master'
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)
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.40.8
4
+ version: 0.40.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino