prima-twig 0.45.24 → 0.45.25

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 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 115194722abbcf6f8bb753bc45b2461e1ccf57d6ab4fbc10794f7c2aee59e26e
4
- data.tar.gz: 69c9284511ef0874bed7c7af0ea94bc4b52f9f9ec6d360d049ea12c40e3f2be3
3
+ metadata.gz: 689cfd795a25602e382d1f427922b5ed1bcc5ce26b8c2a5347ae85816c9a4fba
4
+ data.tar.gz: c4889c3e7c255344a361cae156510e49cbbaea0bc18ac78039a713ead99997cf
5
5
  SHA512:
6
- metadata.gz: 0417465b90e66cd65a6ccb71f7508b7226d7fadb1b26faaa3dabe5c85f5dedb8f444cc32e865726b3ac60b4eda74a52cb89d250abfbc185e1e2e91e6c00cfc67
7
- data.tar.gz: 8d96b2208b4973b95a5aa2ed657178c02e80583a418f7113091044eca93eeeed3e63a80ff2aed962ea74f5779df970215396145d773f7e12d987ff75670b2b88
6
+ metadata.gz: b6ad637a5d564bd23b5303262d5226c9e1485472978bd68d3ef825163152388c27781032445c0c952b117ae71a587d570ae1a607db5990ef15e80afc0a944ada
7
+ data.tar.gz: 387d8847dfd801e935a575f98f83b14631f2f9250ceb3edc2f14e04ef63b7d80441c622f6e109e632dbffa3b7186c9e908c2b6b6fb8122f796173b50546485d7
data/bin/twig-feature CHANGED
@@ -55,7 +55,7 @@ class Release
55
55
  }
56
56
  @base_stack_name_alb = 'ecs-alb-http-public-qa-'
57
57
  @base_stack_name_alb_ws = 'ecs-alb-ws-public-qa-'
58
- @git_branch = 'NA'
58
+ @git_branch = ''
59
59
  end
60
60
 
61
61
  def execute!(args)
@@ -687,6 +687,7 @@ class Release
687
687
  end
688
688
  deploy_id = calculate_deploy_id
689
689
 
690
+ @git_branch = ENV['DRONE_BRANCH']
690
691
  @dns_record_identifier = deploy_id
691
692
  hostname_pattern_priority = hostname_pattern_priority()
692
693
  tags = [
@@ -850,6 +851,7 @@ class Release
850
851
  end
851
852
  end
852
853
  @dns_record_identifier = deploy_id
854
+ @git_branch = ENV['DRONE_BRANCH']
853
855
  hostname_pattern_priority = hostname_pattern_priority()
854
856
  tags = [
855
857
  {
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.45.24
4
+ version: 0.45.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino