prima-twig 0.36.61 → 0.36.62
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 +6 -2
- 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: 184efad20d5d4e39fca2665f725fe4b633b43846
|
|
4
|
+
data.tar.gz: b39ae298195988f7158186333fb18114c2eb74a9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aabf610cbb1573635411b5b02798f502c9a0f70669b1bb2835d6a1ebc037467733ac69a3a4fde944981e4e1ff7780eef3f338bb6a2870c6d909523c18215ab74
|
|
7
|
+
data.tar.gz: 6b395d17114fff365c42169e8170b15ef165a8df2d6a61499feb0cc6db900a062d6cd11d00774ea37c6f1380d0e943ca5917113d66ada1a4456c34bc585da22d
|
data/bin/twig-feature
CHANGED
|
@@ -2094,8 +2094,12 @@ class Release
|
|
|
2094
2094
|
exec_step 'prepare-docker-compose --directory activia && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2095
2095
|
[
|
|
2096
2096
|
"docker-compose build web",
|
|
2097
|
-
"docker-compose
|
|
2098
|
-
|
|
2097
|
+
"cat docker-compose-ci.yml",
|
|
2098
|
+
"cat docker-compose-qainit.yml",
|
|
2099
|
+
"cat docker-compose.yml",
|
|
2100
|
+
"docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh --remove-orphans web \
|
|
2101
|
+
'-c' 'pwd && ls -al && \
|
|
2102
|
+
sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
|
|
2099
2103
|
sed -i \"s/peano-qa-host/#{peano_qa_host}/g\" config/qa.exs && \
|
|
2100
2104
|
mix local.hex --force && mix hex.info && \
|
|
2101
2105
|
mix deps.get && mix compile && mix deps.compile && \
|