prima-twig 0.36.87 → 0.36.88

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +4 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4188eff4b998e362e85743e836557d507aabe50e
4
- data.tar.gz: dc511f78652362eec2093ce730c9e7670879c5eb
3
+ metadata.gz: 571c8243ec046829f51d5b2e6c40b4ce5be6d387
4
+ data.tar.gz: 54e28a73abdc41363393434f011413b8f683f5b0
5
5
  SHA512:
6
- metadata.gz: 61a83fedf780e4d971f09de07e653f43ca2e0497990d15459ee7225d802cefa5c5fd94a2cc6987cf8d9fce6f105318032e2cb5dd9258e6f53b16b82d1c349e48
7
- data.tar.gz: c21e78b1fb3e32a0c852580882afe9619f5360796df575bd1b7d3e2d857e411a64cafaa4c81eb2c2150281dc7d19383ed047e73967d9090ccd0245f2a3f6d7bf
6
+ metadata.gz: 1fc743a4eaba149a823b2b60e44935f392d250057385244ad7d4eca9dbc6ca430a6c9a62a35156dd8846d1aa64f0364426449e9b0df0dd96c5510902aeba3c40
7
+ data.tar.gz: b5ce01a86b905da4113de80965e08bb44c67f0ffe1431d37a51490a04114539af49e0c5b28c5b6448553b3416b4ae60e7d3003fff44c67f8d8e14f38ccaf4391
data/bin/twig-feature CHANGED
@@ -559,7 +559,9 @@ class Release
559
559
  output line
560
560
  end
561
561
  end
562
- output deploy_crash?
562
+ output "!@projects['crash'].empty?.to_s #{!@projects['crash'].empty?.to_s}"
563
+ output "!@projects['crash'][:default_branch].to_s #{!@projects['crash'][:default_branch].to_s}"
564
+ output "!@projects['crash'][:default_branch].to_s #{!@projects['crash']["default_branch"].to_s}"
563
565
  get_s3_config_files
564
566
  @qainit = true
565
567
  if ('shutdown' == action)
@@ -1720,7 +1722,7 @@ class Release
1720
1722
  end
1721
1723
 
1722
1724
  def deploy_crash?
1723
- !@projects['crash'].empty? && !@projects['crash'][:default_branch]
1725
+ !@projects['crash'].empty? && (!@projects['crash'][:default_branch] || !@projects['crash'][:default_branch])
1724
1726
  end
1725
1727
 
1726
1728
  def create_crash_artifact(revision, deploy_id)
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.36.87
4
+ version: 0.36.88
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino