prima-twig 0.36.60 → 0.36.61
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34fdd4531978330633073a077a4b181dc1f3a2d0
|
|
4
|
+
data.tar.gz: b2ceb36864b3d0e641014ff69bcb12a286152e62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d8446c19647297ce642f0b6b97271fc962581cc572699e76263e5716d50d4315889579615667a3a98f5f694d01fafb0b363055302bcc8f2bc004e06c661e7b9
|
|
7
|
+
data.tar.gz: d8a604af8c485273641d847173854db82bd43ad6bb28ef6330e303dd700601d0ceb7db98ee9561c04af05a00b4d2b5bd4c125f4d5f53aa2aaa7e44753ffba0af
|
data/bin/twig-feature
CHANGED
|
@@ -2298,7 +2298,7 @@ class Release
|
|
|
2298
2298
|
"docker-compose build bower",
|
|
2299
2299
|
# "rm -rf src/ && git checkout -- .",
|
|
2300
2300
|
"docker-compose run -e GIT_DIR=$PWD -w $PWD bower install --allow-root",
|
|
2301
|
-
"docker-compose run -
|
|
2301
|
+
"docker-compose run -w $PWD -e PHANTOMJS_BIN=/code/node_modules/grunt-selenium-webdriver/node_modules/phantomjs/bin/phantomjs --entrypoint /bin/bash workers '-c' '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 && npm install && grunt qa'"
|
|
2302
2302
|
].each do |cmd|
|
|
2303
2303
|
execute_command cmd
|
|
2304
2304
|
end
|