prima-twig 0.31.22 → 0.31.23

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 +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 61d45b3d8c4b031f58b1628f506c70740223bf96
4
- data.tar.gz: 15a15284902ac2f556ce9b98b8154ae90b9f1ade
3
+ metadata.gz: c36cb4c8176db85c979b1995cad1b2cf1ae02fc3
4
+ data.tar.gz: 2a1120e43e192b7ddc9d887f4d2ffd9e30a70f50
5
5
  SHA512:
6
- metadata.gz: 63a57dad3eea32d67b056ba753d1ae80f5d438fd5b26e59d21e5a43efcedc971362f0b65150f685788f19411d462db1f611107206186f1e7b45ae6c38e13cd5c
7
- data.tar.gz: c118b411e4e33274023cde168bdb3d90864080fc6b5eb79f2a42188a1df6eae644c32a2bce69f72ce971c655fcc5ff3cdc6e29372111dd52a3a469b520209db6
6
+ metadata.gz: d9ebb2212ac29551c503bd6495c0bf89126f44883aa561d5ca764365f53f0d17f59e7d1e69f0926e56fe0a1990a2489e4cc044c4d217bf438d11a5e731047d2c
7
+ data.tar.gz: 486cb677de1114eeb757d608de17485d06df0d257bf7e0f3b7b50596768f5efcf86a6094ae0546058c8a6f001d7752473f4101039a999a7d396cae27fe8d5d75
data/bin/twig-feature CHANGED
@@ -488,7 +488,7 @@ class Release
488
488
  wait_for_stack_ready(stack_name_db) unless stack_ready?(stack_name_db)
489
489
  import_dbs(ec2_ip_address(asg_stack_name)) unless stack_exists?("ecs-task-web-qa-#{deploy_id}")
490
490
 
491
- import_redis_crash(ec2_ip_address(asg_stack_name)) if deploy_crash?
491
+ import_redis_crash(ec2_ip_address(asg_stack_name)) if deploy_crash? && !stack_exists?("ecs-task-web-qa-#{deploy_id}")
492
492
 
493
493
  wait_for_stack_ready(@stack_name_alb) unless stack_ready?(@stack_name_alb)
494
494
  wait_for_stack_ready(@stack_name_alb_ws) unless stack_ready?(@stack_name_alb_ws)
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.31.22
4
+ version: 0.31.23
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: 2017-12-14 00:00:00.000000000 Z
16
+ date: 2017-12-15 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: aws-sdk