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.
- checksums.yaml +4 -4
- data/bin/twig-feature +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c36cb4c8176db85c979b1995cad1b2cf1ae02fc3
|
|
4
|
+
data.tar.gz: 2a1120e43e192b7ddc9d887f4d2ffd9e30a70f50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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-
|
|
16
|
+
date: 2017-12-15 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|