prima-twig 0.36.7 → 0.36.9
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 +12 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5858cf2a50a4d2e5c371ddebdad0c3c29d8018a0
|
|
4
|
+
data.tar.gz: 3cfcf691b7d2e32cda2be896513b53296c5ecf49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12b6b2c6e79fd225c1364181b83598beef91e91b4b432733f5702806c57c7a6ed9ef182afcb26223c43565f2bbb685b05febd5ae8c7b2ca02fc779fb08ac9be3
|
|
7
|
+
data.tar.gz: 325712b8f1bce01628c507f53574574b153847b515ff9f9ca87807927c4a022955b72167dbfa533bb81b4c3f9a6ca706d9a0bd8b372801ca97f26ce9ee8c0dfc
|
data/bin/twig-feature
CHANGED
|
@@ -2048,7 +2048,7 @@ class Release
|
|
|
2048
2048
|
assange_qa_host = get_route53_hostname("ecs-task-assange-qa-notneeded")
|
|
2049
2049
|
|
|
2050
2050
|
if @qainit
|
|
2051
|
-
exec_step 'prepare-docker-compose && cp docker-compose.yml docker-compose-ci.yml'
|
|
2051
|
+
exec_step 'prepare-docker-compose --directory prima && cp docker-compose.yml docker-compose-ci.yml'
|
|
2052
2052
|
end
|
|
2053
2053
|
[
|
|
2054
2054
|
"bin/local_build_artifact.sh #{branch_name} #{web_qa_host} #{backoffice_qa_host} #{assange_qa_host} #{deploy_id} #{'update' if @deploy_update}"
|
|
@@ -2142,15 +2142,21 @@ class Release
|
|
|
2142
2142
|
},
|
|
2143
2143
|
count: 1
|
|
2144
2144
|
})
|
|
2145
|
+
resp_run_task = resp
|
|
2145
2146
|
output "Attendo che i DB vengano importati...\n".yellow
|
|
2146
2147
|
stopped_at = nil
|
|
2148
|
+
sleep 15 # altrimenti non trova il task appena avviato...
|
|
2147
2149
|
while stopped_at.nil?
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2150
|
+
if resp.tasks[0].nil?
|
|
2151
|
+
pp @ecs_cluster_name
|
|
2152
|
+
pp resp_run_task
|
|
2153
|
+
pp resp
|
|
2154
|
+
stop_if true, "Task di import DB lanciato, ma risposta vuota!".red
|
|
2153
2155
|
end
|
|
2156
|
+
resp = @ecs.describe_tasks({
|
|
2157
|
+
cluster: resp.tasks[0].cluster_arn,
|
|
2158
|
+
tasks: [resp.tasks[0].task_arn]
|
|
2159
|
+
})
|
|
2154
2160
|
stopped_at = resp.tasks[0].stopped_at unless resp.tasks[0].nil?
|
|
2155
2161
|
sleep_seconds = 10
|
|
2156
2162
|
seconds_elapsed = 0
|
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.36.
|
|
4
|
+
version: 0.36.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -13,7 +13,7 @@ authors:
|
|
|
13
13
|
autorequire:
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date: 2018-05-
|
|
16
|
+
date: 2018-05-28 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|