prima-twig 0.37.9 → 0.37.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/twig-feature +2 -2
- 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: 70a3c3a54aff3f3f888baf044d8e959413411b0231a08ec3e87f862d61d3b0e2
|
4
|
+
data.tar.gz: 6e96e7a5b87feadb0dc525843ce9818fb67b4ca55b4ebb5c6d9c666c2ecd510b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8ee4903aac256b6521ac8cc8bbe2d84877001008f97eef3db528b4680ca7533fee7a7b3655d47d4d7cead30e91e9a9a798fd914843f572135b839b61c47a0513
|
7
|
+
data.tar.gz: 5995257b2703b57870bec0f63f4ec6fda7a64e0982277f200e3b4660d6626332164acc5192dafb8ea05a08c3c93a28b6eaed6b9690c1979ba1f2a8cae416b3d9
|
data/bin/twig-feature
CHANGED
@@ -2344,7 +2344,7 @@ class Release
|
|
2344
2344
|
exec_step 'prepare-docker-compose --directory backoffice && cp docker-compose-qainit.yml docker-compose.yml'
|
2345
2345
|
[
|
2346
2346
|
"docker-compose build",
|
2347
|
-
"docker-compose run -w $PWD -e PHANTOMJS_BIN=/
|
2347
|
+
"docker-compose run -w $PWD -e PHANTOMJS_BIN=/usr/share/nginx/html/node_modules/grunt-selenium-webdriver/node_modules/phantomjs/lib/phantom/bin/phantomjs -e DRONE=yes --entrypoint /bin/bash web '-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 && sed -i \"s/qa-ip/#{ip_qa_host}/g\" Gruntfile.js && npm install && grunt qa'"
|
2348
2348
|
].each do |cmd|
|
2349
2349
|
execute_command cmd
|
2350
2350
|
end
|
@@ -2354,7 +2354,7 @@ class Release
|
|
2354
2354
|
[
|
2355
2355
|
"docker-compose build",
|
2356
2356
|
"rm -rf src/ && git checkout -- .",
|
2357
|
-
"docker run -v $PWD:/code -w /code -e PHANTOMJS_BIN=/
|
2357
|
+
"docker run -v $PWD:/code -w /code -e PHANTOMJS_BIN=/usr/share/nginx/html/node_modules/grunt-selenium-webdriver/node_modules/phantomjs/lib/phantom/bin/phantomjs --entrypoint /bin/bash backoffice_web '-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'"
|
2358
2358
|
].each do |cmd|
|
2359
2359
|
execute_command cmd
|
2360
2360
|
end
|