prima-twig 0.48.21 → 0.48.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 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e5abb8c52ee223c071b03b01510eb8987f94f80e4f47a73fb176b3364401008
4
- data.tar.gz: 978505cd21228f28db412e7f69271bc933d8c2bb16d5d5584d4f0112cbce7906
3
+ metadata.gz: 4c7294fbc26121fd085b7dbb41903c97f7885d7ea434b38211985f08306ef355
4
+ data.tar.gz: 289629aa0f3f4ecae4016f01a1585e942e18c84908a52f50ea606d203cc36b3f
5
5
  SHA512:
6
- metadata.gz: eb16dd09958a735a589dbfb048a95124f61b9cf61f638b99ff868184de368609cf5639152982024763f402861b18bf923d859cb8006f69d6ce1801c2b1809018
7
- data.tar.gz: ca5fd9222d8e9f00dfe98645f8c1b84128d1d3b5b7b581a3db6efe490cc426412ffe1cc3245e7d4ea116b376bfcb3227ca52f48fc5e436295cf9e2af6fa246a3
6
+ metadata.gz: 6a77a08d298b10580e3c675c3751278fbb968b1d791d046c87e221f1f5e0d4fca9c70213d162011d1a7cd83187522a2d8bdcdb038dff19fbd4a9d1af041c60d3
7
+ data.tar.gz: a6bd54243fe33570e9afb9e0d9e22ba5c0178ea5c13b52274682fc2a74a1219ab406b40312f1c10a0c546dff01264624537860534b474d9a942f9db7393daaf0
@@ -704,8 +704,7 @@ class Release
704
704
  end
705
705
 
706
706
  def calculate_deploy_id
707
- hashable = `git rev-parse --abbrev-ref HEAD`
708
- hash = Digest::MD5.hexdigest(hashable)
707
+ hash = Digest::MD5.hexdigest(ENV['DRONE_BRANCH'])
709
708
  end
710
709
 
711
710
  def qainit_drone_minimal_deploy!
@@ -869,9 +868,6 @@ class Release
869
868
  `git pull && git submodule init && git submodule update`
870
869
  @ami_id = get_ami_id("ecs-fleet-allinone-staging")
871
870
  deploy_id = calculate_deploy_id
872
- puts `git branch`
873
- puts `git rev-parse --abbrev-ref HEAD`
874
- puts deploy_id
875
871
  stack_name_alb = 'ecs-alb-http-public-qa-' + deploy_id[0..5]
876
872
  stack_name_alb_ws = 'ecs-alb-ws-public-qa-' + deploy_id[0..5]
877
873
  unless @qainit
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.48.21
4
+ version: 0.48.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino