prima-twig 0.42.1 → 0.42.2
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: f4bba1caa4d07302474e1a3f2754a9fd04b35f4eaaec9e4e978726ba763297d0
|
|
4
|
+
data.tar.gz: 199061ce885eaae30e24097b98cc5535f0577bb1a31c3d41e56131dcb117b0a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 23d02190a20207767a1a17caa7ad2d0aa92018bc010c52b0f91251c8a7500950d822cb18dff1374d9ba2a202892effbba46e2e5d3086fea70596061a562d63cb
|
|
7
|
+
data.tar.gz: 6382f38ebb2f826df08876050c3050feba9be90be7b2c062d683743497eaa822804ea158dbb01b2c6d5a51ca2e4ab0a013483f9a517baa3119764010f02a3357
|
data/bin/twig-feature
CHANGED
|
@@ -2684,7 +2684,7 @@ class Release
|
|
|
2684
2684
|
exec_step 'prepare-docker-compose --directory backoffice && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2685
2685
|
[
|
|
2686
2686
|
"docker-compose build",
|
|
2687
|
-
"docker-compose run -w $PWD -e PHANTOMJS_BIN=$PWD/node_modules/grunt-selenium-webdriver/node_modules/phantomjs/lib/phantom/bin/phantomjs web 'sed -i \"s/web-qa-url/#{web_qa_host}/g\" Gruntfile.js && sed -i \"s/web-qa-ri-url/#{webri_qa_host}/g\" Gruntfile.js && sed -i \"s/qa-ip/#{ip_qa_host}/g\" Gruntfile.js && sudo npm install -g puppeteer --unsafe-perm=true --allow-root && bower install --allow-root --config.interactive=false && grunt qa'"
|
|
2687
|
+
"docker-compose run -w $PWD -e PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true -e PHANTOMJS_BIN=$PWD/node_modules/grunt-selenium-webdriver/node_modules/phantomjs/lib/phantom/bin/phantomjs web 'sed -i \"s/web-qa-url/#{web_qa_host}/g\" Gruntfile.js && sed -i \"s/web-qa-ri-url/#{webri_qa_host}/g\" Gruntfile.js && sed -i \"s/qa-ip/#{ip_qa_host}/g\" Gruntfile.js && sudo npm install -g puppeteer --unsafe-perm=true --allow-root && bower install --allow-root --config.interactive=false && grunt qa'"
|
|
2688
2688
|
].each do |cmd|
|
|
2689
2689
|
execute_command cmd
|
|
2690
2690
|
end
|