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.
Files changed (3) hide show
  1. checksums.yaml +5 -5
  2. data/bin/twig-feature +5 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 3aaa2880c115f502a85da8d7bd699e0eab718eb602dfc68e8cb710418e39d547
4
- data.tar.gz: ed880fab6e613a4cda0fec4080bad3effc005671b957a03024e9fec07244a944
2
+ SHA1:
3
+ metadata.gz: e4478ed82a56ff8f7ec00db9338b3d1111b82539
4
+ data.tar.gz: 9df29da3d27d667bd48a5570ee2752d0decc7262
5
5
  SHA512:
6
- metadata.gz: e3dedc48638359eb4adc59b2844752265e872d4274f67b7d2817a48cda9a2631b3e1a8979be250b4008ac96703995ae5130d3bbaa991b1555fe3845ac3c234a4
7
- data.tar.gz: 9988ff7a2413bf6d5bec1e44dac2b343e29f2f17a52773b19430d0b05842e6f82c868ad0ebd0e81f8ea3ff4fb4ba786bb76ebfb040741c7a369e3f9d9aacea73
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 # passare Environment=qa al task.yml, ma mettere i puntamenti verso staging
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
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.7.7
217
+ rubygems_version: 2.6.11
218
218
  signing_key:
219
219
  specification_version: 4
220
220
  summary: The Prima twig toolbelt