prima-twig 0.37.10 → 0.37.11
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 +1 -0
- 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: 8838e1c82ed936f9463ae95e4026a35e47f96f1e808a3677f2b78e6843ca0982
|
|
4
|
+
data.tar.gz: d5eacb94e9b43bcbc0a20ae6198e2e6e58e19a47c4f0b3daf719cfd1fcf79ee8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd2ebbc82d345d767d06d9a797aa5023fc5d4f031b0e3194b7a3da7602a424e9f50f8a4f95e785bb21a643b41cc957188381953e19ca5d0d500be069509f16bf
|
|
7
|
+
data.tar.gz: dc565cde625071351a6899c33f3f91916e78a320f53bca18aee73e1d783ec6c437cfa9f323545e7f7201557b9f2d009f9ac380f2e491d67bf853d79014c96ef8
|
data/bin/twig-feature
CHANGED
|
@@ -2260,6 +2260,7 @@ class Release
|
|
|
2260
2260
|
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
2261
2261
|
exec_step 'prepare-docker-compose --directory borat && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2262
2262
|
[
|
|
2263
|
+
"docker network create borat_network || true",
|
|
2263
2264
|
"docker-compose build backend",
|
|
2264
2265
|
"docker-compose run -w $PWD -u root -e WS_ENDPOINT=#{ws_endpoint} -e FRONTEND=#{frontend_endpoint} -e MIX_ENV=qa --entrypoint /bin/sh backend \
|
|
2265
2266
|
'-c' 'sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
|