prima-twig 0.36.56 → 0.36.57
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 +4 -4
- 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: 9ab0186381e22f23eced2210b33ff697e5a88ee0
|
|
4
|
+
data.tar.gz: efaccd238ac3ee49f46b2dda0218fbf48e8f439d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 16c097fa1c6eb124f16bfa7a6d0f9c960db38d5aaba287b34e6327c9bfb9b5b378a00595c67d66a6950b756b07dc3feb10d11bcd1f025c3e04d7d8141deda32c
|
|
7
|
+
data.tar.gz: 41ae0c022a1193ab0d00312c0993a8482ef02d1b51e8eee9265215994fac9539c8cf3c4a4d583a7282e50a87eb49234a5d594143a4f46a6ddae288c67257d25c
|
data/bin/twig-feature
CHANGED
|
@@ -2286,12 +2286,12 @@ class Release
|
|
|
2286
2286
|
webri_qa_host = web_qa_host.sub("www", "wwwri")
|
|
2287
2287
|
|
|
2288
2288
|
if @qainit
|
|
2289
|
+
execute_command 'cat docker-compose.yml'
|
|
2289
2290
|
exec_step 'cp docker-compose-ci.yml docker-compose.yml'
|
|
2290
2291
|
exec_step 'prepare-docker-compose --directory backoffice && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
exec_step 'cat docker-compose-qainit.yml'
|
|
2292
|
+
execute_command 'ls -al'
|
|
2293
|
+
execute_command 'cat docker-compose-ci.yml'
|
|
2294
|
+
execute_command 'cat docker-compose-qainit.yml'
|
|
2295
2295
|
[
|
|
2296
2296
|
"docker-compose build workers",
|
|
2297
2297
|
"docker-compose build bower",
|
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.57
|
|
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-06 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: aws-sdk
|