prima-twig 0.36.53 → 0.36.54
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 +2 -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: 41926bad4b89349cc9ce41f7362172a616555490
|
|
4
|
+
data.tar.gz: ec5d472b9f55b5e712089a559b531d288fd77949
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 92c0c13f3d11c332501e141b66a8bb920a5f593d6e08502aca5d50846560eda71ae3272cfe98ef7ccbdd98adf4fdebc58790fc208b9d895ebf1d8a24b0f88bb4
|
|
7
|
+
data.tar.gz: 7d4a9d3fae9f2a02fe932c59c728a77820834ccb9fa1b47b27826c1ffb1a7540ccca372481284a720edfd9fdae11948ad581c8704bd2873715178976604bcdea
|
data/bin/twig-feature
CHANGED
|
@@ -1948,7 +1948,8 @@ class Release
|
|
|
1948
1948
|
[
|
|
1949
1949
|
"docker-compose build web",
|
|
1950
1950
|
"docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
|
|
1951
|
-
'-c' '
|
|
1951
|
+
'-c' 'pwd && ls -la && \
|
|
1952
|
+
mix local.hex --force && mix hex.info && \
|
|
1952
1953
|
sed -i \"s/assange-qa-host/#{assange_qa_host}/g\" config/qa.exs && \
|
|
1953
1954
|
sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
|
|
1954
1955
|
mix deps.get && mix compile && mix deps.compile && \
|