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.
- checksums.yaml +4 -4
- data/bin/twig-feature +1 -5
- 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: 4c7294fbc26121fd085b7dbb41903c97f7885d7ea434b38211985f08306ef355
|
|
4
|
+
data.tar.gz: 289629aa0f3f4ecae4016f01a1585e942e18c84908a52f50ea606d203cc36b3f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a77a08d298b10580e3c675c3751278fbb968b1d791d046c87e221f1f5e0d4fca9c70213d162011d1a7cd83187522a2d8bdcdb038dff19fbd4a9d1af041c60d3
|
|
7
|
+
data.tar.gz: a6bd54243fe33570e9afb9e0d9e22ba5c0178ea5c13b52274682fc2a74a1219ab406b40312f1c10a0c546dff01264624537860534b474d9a942f9db7393daaf0
|
data/bin/twig-feature
CHANGED
|
@@ -704,8 +704,7 @@ class Release
|
|
|
704
704
|
end
|
|
705
705
|
|
|
706
706
|
def calculate_deploy_id
|
|
707
|
-
|
|
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
|