prima-twig 0.36.68 → 0.36.69
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 +11 -5
- 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: 67119f02f5ff82ce05049d84c86108fc30b3e4c8
|
|
4
|
+
data.tar.gz: 9d00f3f5bb9997d63ad56d38c30f1764ab604761
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb9e35e6d1196fb9c82850edceed271b247cf60344acc95eadd31840d5885294cc91dd27616c9bffad3ffd08fff82d4923a2d8cb643b9e55c9622b39126529c6
|
|
7
|
+
data.tar.gz: ed240dc52bcd9ef3cf07a0a1f7b3b33435f1c2d6d0a896fe6c605673894db2fdb0a3ce460f34e6805a2107cbb5de9e83c6a4c07e771b0490ae3ab87b21b45a2a
|
data/bin/twig-feature
CHANGED
|
@@ -2356,11 +2356,17 @@ class Release
|
|
|
2356
2356
|
exec_step 'mv docker-compose-ci.yml docker-compose.yml'
|
|
2357
2357
|
exec_step 'prepare-docker-compose --directory prima'
|
|
2358
2358
|
exec_step 'sed -i "s/\\/home\\/app/\\/root/g" docker-compose.yml'
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2359
|
+
[
|
|
2360
|
+
"bin/qainit_build_artifact.sh #{branch_name} #{web_qa_host} #{backoffice_qa_host} #{assange_qa_host} #{deploy_id} #{'update' if @deploy_update}"
|
|
2361
|
+
].each do |cmd|
|
|
2362
|
+
execute_command cmd
|
|
2363
|
+
end
|
|
2364
|
+
else
|
|
2365
|
+
[
|
|
2366
|
+
"bin/local_build_artifact.sh #{branch_name} #{web_qa_host} #{backoffice_qa_host} #{assange_qa_host} #{deploy_id} #{'update' if @deploy_update}"
|
|
2367
|
+
].each do |cmd|
|
|
2368
|
+
execute_command cmd
|
|
2369
|
+
end
|
|
2364
2370
|
end
|
|
2365
2371
|
|
|
2366
2372
|
Dir.chdir "../../"
|
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.69
|
|
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-06-
|
|
16
|
+
date: 2018-06-08 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|