prima-twig 0.54.45 → 0.54.46
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 +3 -3
- 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: fdbc54d884ff44acd5b72bde1de750778b3487f085a187766d8093f298bc77b1
|
|
4
|
+
data.tar.gz: 225bc6500fd240bd46651c2384088338f79bfd74627f60d6f472d63caeed6286
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 636bdeb287ef5b5e13f37bfd05902f99d866a29f9a6115396d83ac1317f69618dbb81e161e85bd37473d6f1e7962a33e67480722cc52dc36541ff1f057d26bf5
|
|
7
|
+
data.tar.gz: f7fea9cea687aaf974f3dfa6e4f8db444d031ddaa58e1a95e24e9ddde12af9d92cc20a5a26ddfc6361d413575ca1563e529ca889a3b4481302f9a00880089a98
|
data/bin/twig-feature
CHANGED
|
@@ -2582,15 +2582,15 @@ class Release
|
|
|
2582
2582
|
|
|
2583
2583
|
decrypt_secrets()
|
|
2584
2584
|
|
|
2585
|
+
exec_step 'prepare-docker-compose --directory maia'
|
|
2586
|
+
|
|
2585
2587
|
if File.exists? 'deploy/build_qa_artifact'
|
|
2586
2588
|
exec_step 'deploy/build_qa_artifact'
|
|
2587
2589
|
else
|
|
2588
2590
|
[
|
|
2589
|
-
"pwd",
|
|
2590
|
-
"ls -al",
|
|
2591
2591
|
"docker-compose build web",
|
|
2592
2592
|
"docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/bash web \
|
|
2593
|
-
'-c' 'ls -al && \
|
|
2593
|
+
'-c' 'pwd && ls -al && \
|
|
2594
2594
|
mix local.hex --force && \
|
|
2595
2595
|
mix deps.get && \
|
|
2596
2596
|
mix release.clean --implode --no-confirm && \
|