prima-twig 0.48.14 → 0.48.15
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 +2 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f59814f7c8545b4ea39f6b86695503e8fc061e72df5fef24358054e9febc2f8e
|
|
4
|
+
data.tar.gz: fb776b0ed34635cad066fc70e5250514793bff8c877335bfb8882637659c47d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 703fc0072d7a7bdaf251d48719a5397208acdd8116998d0517491eca07f14625f8af69178690cb476e1969d38ed20f8052eddfde1709d1ff508b8da9a251c401
|
|
7
|
+
data.tar.gz: f64f2eb126e17a2595acc61eb0c0e6ec1ccbe8da8930a2c8060ef548c78d1b2b25c7b1866f7ffe567a8955978230133fcd7935bb99d1a9bbeabcd984096e7820
|
data/bin/twig-feature
CHANGED
|
@@ -699,7 +699,7 @@ class Release
|
|
|
699
699
|
@s3.get_object({bucket: "prima-deploy", key: 'cloudformation/stacks/elb/alb-public-qa.yml', response_target: 'cloudformation/stacks/elb/alb-public-qa.yml'})
|
|
700
700
|
end
|
|
701
701
|
|
|
702
|
-
def calculate_deploy_id
|
|
702
|
+
def calculate_deploy_id # TODO usare nome del branch
|
|
703
703
|
hashable = ''
|
|
704
704
|
@projects.each_key do |project_key|
|
|
705
705
|
if @projects[project_key][:name]
|
|
@@ -2019,6 +2019,7 @@ class Release
|
|
|
2019
2019
|
if @qainit
|
|
2020
2020
|
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
2021
2021
|
exec_step 'prepare-docker-compose --directory urania && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2022
|
+
execute_command "cat docker-compose.yml"
|
|
2022
2023
|
end
|
|
2023
2024
|
|
|
2024
2025
|
execute_command "docker-compose build web"
|
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.48.
|
|
4
|
+
version: 0.48.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -14,7 +14,7 @@ authors:
|
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
|
-
date: 2019-07-
|
|
17
|
+
date: 2019-07-12 00:00:00.000000000 Z
|
|
18
18
|
dependencies:
|
|
19
19
|
- !ruby/object:Gem::Dependency
|
|
20
20
|
name: aws-sdk
|
|
@@ -214,8 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
|
|
218
|
-
rubygems_version: 2.7.8
|
|
217
|
+
rubygems_version: 3.0.1
|
|
219
218
|
signing_key:
|
|
220
219
|
specification_version: 4
|
|
221
220
|
summary: The Prima twig toolbelt
|