prima-twig 0.42.28 → 0.43.0
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 +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 364b26577454a06d68f9c51174fe1086d998b70503f67b5d965b5f85b89e09aa
|
|
4
|
+
data.tar.gz: ef37732dc37f015080d5d7d824198c6c2998c8225ec28286582a086e86f72530
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26d8289b2e471508efd1017d8e8a63cd9dfb08d23ea751fee8be0c3e5f824dd13d77cba43e948b7c69032a47da8d08faa86e3180b320f4617d1f2d1841c6f7d6
|
|
7
|
+
data.tar.gz: 69d41bfbb25b5928fd08db4fc3a5a6c4ceca7afe2f92b0cff873880f510536f616200c4d9598f042447fd1654ba721ccc35e4de99f16797c119bb833031a5355
|
data/bin/twig-feature
CHANGED
|
@@ -18,7 +18,7 @@ class Release
|
|
|
18
18
|
output 'Controllo se ci sono aggiornamenti da fare (potrebbe richiedere qualche minuto)'
|
|
19
19
|
unless `gem update prima-twig`=="Updating installed gems\nNothing to update\n"
|
|
20
20
|
output 'Gemma prima-twig aggiornata'
|
|
21
|
-
exec "twig feature #{ARGV.join ' '}"
|
|
21
|
+
exec "twig feature #{ARGV.join ' '}"
|
|
22
22
|
end
|
|
23
23
|
@cf = Aws::CloudFormation::Client.new
|
|
24
24
|
@alb = Aws::ElasticLoadBalancingV2::Client.new
|
|
@@ -676,7 +676,7 @@ class Release
|
|
|
676
676
|
|
|
677
677
|
def qainit_drone_minimal_deploy!
|
|
678
678
|
# tenere solo il project da deployare (l'unico project è prima/crash)
|
|
679
|
-
@ami_id = get_ami_id("
|
|
679
|
+
@ami_id = get_ami_id("ecs-fleet-allinone-staging")
|
|
680
680
|
project = ''
|
|
681
681
|
@projects.each_key do |project_key|
|
|
682
682
|
if @projects[project_key][:revision]
|
|
@@ -876,7 +876,7 @@ class Release
|
|
|
876
876
|
|
|
877
877
|
def deploy_feature!
|
|
878
878
|
`git pull && git submodule init && git submodule update`
|
|
879
|
-
@ami_id = get_ami_id("
|
|
879
|
+
@ami_id = get_ami_id("ecs-fleet-allinone-staging")
|
|
880
880
|
deploy_id = calculate_deploy_id
|
|
881
881
|
stack_name_alb = 'ecs-alb-http-public-qa-' + deploy_id[0..5]
|
|
882
882
|
stack_name_alb_ws = 'ecs-alb-ws-public-qa-' + deploy_id[0..5]
|