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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +3 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8db11dd746f0a4e0046727e5fcd8e3307c45078c7720fc7cfda151d474475b60
4
- data.tar.gz: d40c843a157d14b7a243646897d2c6f9c3c66c175e1c60410ce2f10db6d3a218
3
+ metadata.gz: 364b26577454a06d68f9c51174fe1086d998b70503f67b5d965b5f85b89e09aa
4
+ data.tar.gz: ef37732dc37f015080d5d7d824198c6c2998c8225ec28286582a086e86f72530
5
5
  SHA512:
6
- metadata.gz: c72f442c6ce6db47d3874fa5da8a3531fa7415559b4ab9bd0f5dd964d1e61e3caab9a7579e8889c6f12553acaf1b3c8e21e03d36210f7187b880ab7dd15955f6
7
- data.tar.gz: 499d7250ab0408372059c73bd308a508552b4a8958773c28f70897d76896ca57fc6b3711593afb84981cde8438de31803ce5e741a6c5e44961c713d21de0ad70
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("asg-allinone-staging")
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("asg-allinone-staging")
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]
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.42.28
4
+ version: 0.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino