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.
- checksums.yaml +4 -4
- data/bin/twig-feature +3 -1
- 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: 689cfd795a25602e382d1f427922b5ed1bcc5ce26b8c2a5347ae85816c9a4fba
|
|
4
|
+
data.tar.gz: c4889c3e7c255344a361cae156510e49cbbaea0bc18ac78039a713ead99997cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 = '
|
|
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
|
{
|