prima-twig 0.50.3 → 0.50.4
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 +5 -5
- data/bin/twig-feature +6 -6
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 63ee80e2659026abaa69379cd7beb1b84782edf6
|
|
4
|
+
data.tar.gz: dc9963668eb488cb89d0d1140548a990cef925dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9354f49296d0712fbd7fce728735a8b7ccbfc69e26c19323add51e70231b2f2718061f763d215a2987e631828f89acd4d19c6206190f1b0b607b72f294e7408
|
|
7
|
+
data.tar.gz: fdd3e9e44e3c0d4297a386215cb6ec1279e9c0be45d5d34fb135dbf719e642ba4f5f918de05ce859924106e2609ef34442d6a21380349aed5f4ba697f11cbf58
|
data/bin/twig-feature
CHANGED
|
@@ -950,7 +950,7 @@ class Release
|
|
|
950
950
|
create_rachele_artifact(@projects['rachele'][:revision]) unless artifact_exists?('prima-artifacts-encrypted', "microservices/crash/#{@projects['rachele'][:revision]}-qa.tar.gz")
|
|
951
951
|
create_fidaty_artifact(@projects["fidaty"][:revision]) unless artifact_exists?('prima-artifacts-encrypted', "microservices/fidaty/#{@projects["fidaty"][:revision]}-qa.tar.gz")
|
|
952
952
|
create_peano_artifact(@projects["peano"][:revision]) unless artifact_exists?('prima-artifacts-encrypted', "microservices/peano/#{@projects["peano"][:revision]}-qa.tar.gz")
|
|
953
|
-
create_rogoreport_artifact(@projects["rogoreport"][:revision]) unless artifact_exists?('prima-artifacts-encrypted', "microservices/rogoreport/
|
|
953
|
+
create_rogoreport_artifact(@projects["rogoreport"][:revision]) unless artifact_exists?('prima-artifacts-encrypted', "microservices/rogoreport/rogoreport-#{@projects["rogoreport"][:revision]}-qa.tar.gz")
|
|
954
954
|
create_assange_artifact(@projects["assange"][:revision]) unless artifact_exists?('prima-artifacts-encrypted', "microservices/assange/#{@projects["assange"][:revision]}-qa.tar.gz")
|
|
955
955
|
create_borat_artifact(@projects["borat"][:revision]) unless artifact_exists?('prima-artifacts-encrypted', "microservices/borat/#{@projects["borat"][:revision]}-qa.tar.gz")
|
|
956
956
|
create_activia_artifact(@projects["activia"][:revision]) unless artifact_exists?('prima-artifacts-encrypted', "microservices/activia/#{@projects["activia"][:revision]}-qa.tar.gz")
|
|
@@ -1326,7 +1326,7 @@ class Release
|
|
|
1326
1326
|
},
|
|
1327
1327
|
{
|
|
1328
1328
|
parameter_key: "ReleaseName",
|
|
1329
|
-
parameter_value: "
|
|
1329
|
+
parameter_value: "rogoreport"
|
|
1330
1330
|
},
|
|
1331
1331
|
{
|
|
1332
1332
|
parameter_key: "ECSClusterName",
|
|
@@ -2438,7 +2438,7 @@ class Release
|
|
|
2438
2438
|
'-c' 'mix local.hex --force && mix hex.info && \
|
|
2439
2439
|
mix deps.get && mix compile && mix deps.compile && \
|
|
2440
2440
|
rm -rf _build/qa/rel/ && \
|
|
2441
|
-
mix release --name=
|
|
2441
|
+
mix release --name=rogoreport --env=qa'"
|
|
2442
2442
|
].each do |cmd|
|
|
2443
2443
|
execute_command cmd
|
|
2444
2444
|
end
|
|
@@ -2452,14 +2452,14 @@ class Release
|
|
|
2452
2452
|
mix local.hex --force && mix hex.info && \
|
|
2453
2453
|
mix deps.get && mix compile && mix deps.compile && \
|
|
2454
2454
|
rm -rf _build/qa/rel/ && \
|
|
2455
|
-
mix release --
|
|
2455
|
+
mix release --env=qa'"
|
|
2456
2456
|
].each do |cmd|
|
|
2457
2457
|
execute_command cmd
|
|
2458
2458
|
end
|
|
2459
2459
|
end
|
|
2460
2460
|
|
|
2461
|
-
artifact_path = Dir.glob("_build/qa/rel/rogoreport
|
|
2462
|
-
upload_artifact(artifact_path, "microservices/rogoreport/
|
|
2461
|
+
artifact_path = Dir.glob("_build/qa/rel/rogoreport/releases/*/rogoreport.tar.gz").first
|
|
2462
|
+
upload_artifact(artifact_path, "microservices/rogoreport/rogoreport-#{revision}-qa.tar.gz", "#{@s3_bucket}-encrypted")
|
|
2463
2463
|
|
|
2464
2464
|
Dir.chdir '../../'
|
|
2465
2465
|
end
|
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.50.
|
|
4
|
+
version: 0.50.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -214,7 +214,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
|
|
217
|
+
rubyforge_project:
|
|
218
|
+
rubygems_version: 2.5.2.3
|
|
218
219
|
signing_key:
|
|
219
220
|
specification_version: 4
|
|
220
221
|
summary: The Prima twig toolbelt
|