prima-twig 0.39.1 → 0.39.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +5 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 282b3058daf429b87c6eea1d6cc0349733f81676
4
- data.tar.gz: dc511c118c9172b28d565263083778e88876d520
3
+ metadata.gz: 9fd378194907ccbc9e2311c5ab61bf594b32fe87
4
+ data.tar.gz: 4a528641b5ccc526d988777ce851a7230dad3944
5
5
  SHA512:
6
- metadata.gz: 1c1ca5e7469a4b2d108209d4d80745d1e5df61b078b73920ebc2f6139f86943162c6053d7838700865533e9c435d0cdff5d178a73b50b032c54325190ab396a9
7
- data.tar.gz: 8b53ef49778a38e70d1fb9a7a7413c9de80871dcd5286cb279d3a44951335dcc17b7dd4625c6c3a98eb8eb524e7a1a2b7c6ee45eeeae37f74df7fcd5fa4f082b
6
+ metadata.gz: c88898e31f2bbdbb544a4d110d67ac3e2d4678e2b6cd303d5a10d6de2901c27b9343e7da703ee9e3005bfbed680b99b6fd59e33b6586b672943af69b1ce9abad
7
+ data.tar.gz: b6277590fbafdbe33dd64309416a4af876c6981c4594b3c9ee7b1a673f6257c3d9b0a875f82593890d857cd6d231d1e95f596cbbba9bcbf2d81d3d9fcbc0ac66
@@ -84,7 +84,7 @@ class Release
84
84
  deploy_update!
85
85
  elsif 'lock' == args[1]
86
86
  deploy_lock!
87
- elsif 'minimal'
87
+ elsif 'minimal' == args[1]
88
88
  qainit_drone_minimal_deploy!
89
89
  else
90
90
  if args[1]
@@ -624,12 +624,16 @@ class Release
624
624
  end
625
625
  get_s3_config_files
626
626
  @qainit = true
627
+ output action
627
628
  case action
628
629
  when 'shutdown'
630
+ output 'Shutting down'.green
629
631
  qainit_drone_shutdown!
630
632
  when 'minimal'
633
+ output 'Starting minimal deploy'.green
631
634
  qainit_drone_minimal_deploy!
632
635
  else
636
+ output 'Starting standard deploy'.green
633
637
  deploy_feature!
634
638
  end
635
639
  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.39.1
4
+ version: 0.39.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino