prima-twig 0.38.00 → 0.38.01
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 +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ad62a01e3ada80888b37de3e6877d8cb0ced5bc812ceb691a447b8427612950b
|
|
4
|
+
data.tar.gz: e049d5676eace15d41b6b02fae4374730f2b19f56e0250aeb1dd1ec0d2a1b467
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f0b6c743514b9006458c7a7a4ac431da02e6c4aa266f5caad0dd9aa0d7e5519babc669e905709b309d07d10ebd8a2421250a2e8c32f47cb5d8df07d12827dec
|
|
7
|
+
data.tar.gz: 982c11e2f3d79fb19032394fc38205217787640848f501ef3187dd077a2bd1cddf0ce9667e8698c21099db43fae0e1597db6a0ed3afcb568b1184982d74cbe57
|
data/bin/twig-feature
CHANGED
|
@@ -604,7 +604,7 @@ class Release
|
|
|
604
604
|
@s3.get_object({bucket: "prima-deploy-test", key: 'cloudformation/stacks/route53/qa.yml', response_target: 'cloudformation/stacks/route53/qa.yml'})
|
|
605
605
|
@s3.get_object({bucket: "prima-deploy-test", key: 'cloudformation/stacks/asg/ecs-asg-allinone.yml', response_target: 'cloudformation/stacks/asg/ecs-asg-allinone.yml'})
|
|
606
606
|
@s3.get_object({bucket: "prima-deploy-test", key: 'cloudformation/stacks/ecs-cluster.yml', response_target: 'cloudformation/stacks/ecs-cluster.yml'})
|
|
607
|
-
@s3.get_object({bucket: "prima-deploy-test", key: 'cloudformation/stacks/elb/
|
|
607
|
+
@s3.get_object({bucket: "prima-deploy-test", key: 'cloudformation/stacks/elb/alb-public-qa.yml', response_target: 'cloudformation/stacks/elb/alb-public-qa.yml'})
|
|
608
608
|
end
|
|
609
609
|
|
|
610
610
|
def calculate_deploy_id
|