prima-twig 0.39.4 → 0.39.5
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 +5 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: e4478ed82a56ff8f7ec00db9338b3d1111b82539
|
|
4
|
+
data.tar.gz: 9df29da3d27d667bd48a5570ee2752d0decc7262
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: de6e453aa1d9aa385b9630800f0fa373bc943407c00cb9589ae9f3b14ecbb51729c444eb0d7facc96975c180a1de288f5729710b7c6ef1ad4f726d1a6c3254cd
|
|
7
|
+
data.tar.gz: 3089c1b21625b8a998e2331d6b3e5c37fb47011b262fafd0e7fc67d555f98976250ef92a2be1f82e8962492f204cabcefb267c1916d16dad9fc4d8de9990810c
|
data/bin/twig-feature
CHANGED
|
@@ -626,10 +626,13 @@ class Release
|
|
|
626
626
|
@qainit = true
|
|
627
627
|
case action
|
|
628
628
|
when 'shutdown'
|
|
629
|
+
output 'Shutting down'.green
|
|
629
630
|
qainit_drone_shutdown!
|
|
630
631
|
when 'minimal'
|
|
632
|
+
output 'Starting minimal deploy'.green
|
|
631
633
|
qainit_drone_minimal_deploy!
|
|
632
634
|
else
|
|
635
|
+
output 'Starting standard deploy'.green
|
|
633
636
|
deploy_feature!
|
|
634
637
|
end
|
|
635
638
|
end
|
|
@@ -2526,7 +2529,8 @@ class Release
|
|
|
2526
2529
|
assange_qa_host = 'assange-staging.prima.it'
|
|
2527
2530
|
end
|
|
2528
2531
|
|
|
2529
|
-
if minimal
|
|
2532
|
+
if minimal
|
|
2533
|
+
output "Minimal prima artifact".green
|
|
2530
2534
|
exec_step 'mv docker-compose-ci.yml docker-compose.yml'
|
|
2531
2535
|
exec_step 'prepare-docker-compose --directory prima'
|
|
2532
2536
|
exec_step 'sed -i "s/\\/home\\/app/\\/root/g" docker-compose.yml'
|
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.39.
|
|
4
|
+
version: 0.39.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
version: '0'
|
|
215
215
|
requirements: []
|
|
216
216
|
rubyforge_project:
|
|
217
|
-
rubygems_version: 2.
|
|
217
|
+
rubygems_version: 2.6.11
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: The Prima twig toolbelt
|