prima-twig 0.54.9 → 0.54.10
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 -1
- 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: cd610285bd1a1367eef2e2658a631542d5c196a504ba51058b66732c8597539f
|
|
4
|
+
data.tar.gz: e8173550c04ba166e6423c80c93cdbf1d17e04fe9e2aa8684d516e88587c174e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5f1d96824edd8d7de59f84881e7abf658477dc7bf09f2201dfdae3d02ac4739757a39e41392f03b541f8a3b731e84f424beb8ec18d54f07bb230166501aa41c
|
|
7
|
+
data.tar.gz: 98ed63fd1e53422facaa13ebc39ccb488ffcee9d182a0b288c2375d2b7febee1c5d5cf1ffd539bf4451dbeb0a90e92840547cf59830e71445b0d1ef728e30d51
|
data/bin/twig-feature
CHANGED
|
@@ -666,7 +666,6 @@ class Release
|
|
|
666
666
|
def qainit_write_output(file_message, output_message)
|
|
667
667
|
`mkdir -p /etc/qainit-output`
|
|
668
668
|
qa_file_name = "/etc/qainit-output/url_qa"
|
|
669
|
-
File.open(qa_file_name, 'w') { |file| file.write(file_message) }
|
|
670
669
|
File.open(qa_file_name + '.txt', 'w') { |file| file.write(file_message) }
|
|
671
670
|
output "#{output_message} #{qa_file_name}".green
|
|
672
671
|
end
|
|
@@ -2291,6 +2290,7 @@ class Release
|
|
|
2291
2290
|
`mv docker-compose-ci.yml docker-compose.yml`
|
|
2292
2291
|
exec_step 'prepare-docker-compose --directory crash && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2293
2292
|
[
|
|
2293
|
+
'git submodule update --init',
|
|
2294
2294
|
'docker-compose build web',
|
|
2295
2295
|
"docker-compose run -w $PWD -u root -e MIX_ENV=qa -e ENV_HASH=#{deploy_id} web \
|
|
2296
2296
|
'-c' 'mix local.hex --force && mix hex.info && \
|