prima-twig 0.39.1 → 0.39.2
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 +5 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9fd378194907ccbc9e2311c5ab61bf594b32fe87
|
|
4
|
+
data.tar.gz: 4a528641b5ccc526d988777ce851a7230dad3944
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c88898e31f2bbdbb544a4d110d67ac3e2d4678e2b6cd303d5a10d6de2901c27b9343e7da703ee9e3005bfbed680b99b6fd59e33b6586b672943af69b1ce9abad
|
|
7
|
+
data.tar.gz: b6277590fbafdbe33dd64309416a4af876c6981c4594b3c9ee7b1a673f6257c3d9b0a875f82593890d857cd6d231d1e95f596cbbba9bcbf2d81d3d9fcbc0ac66
|
data/bin/twig-feature
CHANGED
|
@@ -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
|