prima-twig 0.36.55 → 0.36.56
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 +5 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2bccbbe3fff48946265e2f0a759fc12eb6c12640
|
|
4
|
+
data.tar.gz: 85384ace97142906dff653cff083b4b976daca99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aef0205f5a764c91e795f8d1cb899092d7b31cb9e995e0cca8dbb797d418cad7858dda1c2d0faa7bfea2b6052e90106eff7163fead900157c22531db9cf6f28d
|
|
7
|
+
data.tar.gz: f4c674d5b861d116a516ff9cc98e53d1a1c3e86402b60c54fdbbf23883c076e41186cf777a7eecf26b654cd9839ff1b55e2756e5522c0e3dd3e75811e5574c9e
|
data/bin/twig-feature
CHANGED
|
@@ -2286,8 +2286,12 @@ class Release
|
|
|
2286
2286
|
webri_qa_host = web_qa_host.sub("www", "wwwri")
|
|
2287
2287
|
|
|
2288
2288
|
if @qainit
|
|
2289
|
-
|
|
2289
|
+
exec_step 'cp docker-compose-ci.yml docker-compose.yml'
|
|
2290
2290
|
exec_step 'prepare-docker-compose --directory backoffice && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2291
|
+
exec_step 'ls -al'
|
|
2292
|
+
exec_step 'cat docker-compose.yml'
|
|
2293
|
+
exec_step 'cat docker-compose-ci.yml'
|
|
2294
|
+
exec_step 'cat docker-compose-qainit.yml'
|
|
2291
2295
|
[
|
|
2292
2296
|
"docker-compose build workers",
|
|
2293
2297
|
"docker-compose build bower",
|