prima-twig 0.31.21 → 0.31.22

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 +1 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2bef81e8ce252253a786cfc1f3c2d83c8dc94e61
4
- data.tar.gz: dc9e953a74485008c495ce7b82d524058f54a09e
3
+ metadata.gz: 61d45b3d8c4b031f58b1628f506c70740223bf96
4
+ data.tar.gz: 15a15284902ac2f556ce9b98b8154ae90b9f1ade
5
5
  SHA512:
6
- metadata.gz: b6b8f23f4da702e408ebff4cab849c10fd2dd4d39d13965527fb6a18730b578fb911404370da00ac93aaf6dae0a50b5ec6f3d85ab29ddb1f3d9a4d22efa20f79
7
- data.tar.gz: 4c7a5e12290fdc8fba6248dd5d2d8ad522537b55405e24ec85fbd549ce1044e2279e07492505589f01fd052962a65c8ecef0808833f84ced8730c015dcfd1c8b
6
+ metadata.gz: 63a57dad3eea32d67b056ba753d1ae80f5d438fd5b26e59d21e5a43efcedc971362f0b65150f685788f19411d462db1f611107206186f1e7b45ae6c38e13cd5c
7
+ data.tar.gz: c118b411e4e33274023cde168bdb3d90864080fc6b5eb79f2a42188a1df6eae644c32a2bce69f72ce971c655fcc5ff3cdc6e29372111dd52a3a469b520209db6
data/bin/twig-feature CHANGED
@@ -17,7 +17,6 @@ class Release
17
17
  @prima = Prima.new
18
18
  output 'Controllo se ci sono aggiornamenti da fare...'
19
19
  exec "gem update prima-twig && twig feature #{ARGV.join ' '}" unless `gem outdated`.lines.grep(/^prima-twig \(.*\)/).empty?
20
- abort('Non sei nella cartella di artemide') unless Dir.pwd.match 'artemide$'
21
20
  @cf = Aws::CloudFormation::Client.new
22
21
  @alb = Aws::ElasticLoadBalancingV2::Client.new
23
22
  @ec2 = Aws::EC2::Client.new
@@ -56,6 +55,7 @@ class Release
56
55
  when 'finish'
57
56
  finish_feature!
58
57
  when 'deploy'
58
+ abort('Non sei nella cartella di artemide') unless Dir.pwd.match 'artemide$'
59
59
  if ['terminate', 'stop', 'shutdown', 'halt', 'destroy'].include? args[1]
60
60
  deploy_shutdown!
61
61
  elsif 'update' == args[1]
@@ -382,8 +382,6 @@ class Release
382
382
  @projects["assange"][:name] +
383
383
  @projects["borat"][:name]
384
384
  )
385
- # @projects['crash'] = choose_branch_to_deploy('crash', true)
386
- # @projects['crash'] = { name: 'master', default_branch: true }
387
385
  end
388
386
  @dns_record_identifier = deploy_id
389
387
  hostname_pattern_priority = hostname_pattern_priority()
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.31.21
4
+ version: 0.31.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino