prima-twig 0.42.7 → 0.42.8
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 +2 -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: 18bc5e03b8e3a8a90f85e3c6b5b464986ad3af29ae0d12bf3a02c8f0b0ab1dba
|
|
4
|
+
data.tar.gz: 4467ef76c2e831208fdad9e80f40c6ae9cbda8135142cd141e43f9793dc36ce4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e48de1b6ee14d20eadd7e595644330ebccba159936ee6f533b9e33fa037d3ee4abd60c671c7e4c1dc0f2687e7e69cc301c1fb95f408faab81631f4bb0279606
|
|
7
|
+
data.tar.gz: e1c5dbef4d8193b237024df5f607bdf91ac0410916c218489b4b046ef30fc4187f9885c95036814bbe073146911006ea0c4d264a60d11693eb514308f205da71
|
data/bin/twig-feature
CHANGED
|
@@ -53,7 +53,6 @@ class Release
|
|
|
53
53
|
}
|
|
54
54
|
@base_stack_name_alb = 'ecs-alb-http-public-qa-'
|
|
55
55
|
@base_stack_name_alb_ws = 'ecs-alb-ws-public-qa-'
|
|
56
|
-
@ami_id = get_ami_id("asg-allinone-staging")
|
|
57
56
|
end
|
|
58
57
|
|
|
59
58
|
def execute!(args)
|
|
@@ -679,6 +678,7 @@ class Release
|
|
|
679
678
|
|
|
680
679
|
def qainit_drone_minimal_deploy!
|
|
681
680
|
# tenere solo il project da deployare (l'unico project è prima/crash)
|
|
681
|
+
@ami_id = get_ami_id("asg-allinone-staging")
|
|
682
682
|
project = ''
|
|
683
683
|
@projects.each_key do |project_key|
|
|
684
684
|
if @projects[project_key][:revision]
|
|
@@ -878,6 +878,7 @@ class Release
|
|
|
878
878
|
|
|
879
879
|
def deploy_feature!
|
|
880
880
|
`git pull && git submodule init && git submodule update`
|
|
881
|
+
@ami_id = get_ami_id("asg-allinone-staging")
|
|
881
882
|
deploy_id = calculate_deploy_id
|
|
882
883
|
stack_name_alb = 'ecs-alb-http-public-qa-' + deploy_id[0..5]
|
|
883
884
|
stack_name_alb_ws = 'ecs-alb-ws-public-qa-' + deploy_id[0..5]
|