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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3e37472c37d2bf8bf041a2548ca4f139f6c131a09253b577cf809705a07411fd
4
- data.tar.gz: 8a0e4fb91c97412e77c42db1032032e916d1747355da11b159e88f0a54cfeace
3
+ metadata.gz: 70a3c3a54aff3f3f888baf044d8e959413411b0231a08ec3e87f862d61d3b0e2
4
+ data.tar.gz: 6e96e7a5b87feadb0dc525843ce9818fb67b4ca55b4ebb5c6d9c666c2ecd510b
5
5
  SHA512:
6
- metadata.gz: 9aac95e399ba94e7009bb4da6151fb5eb02d22d89c71598c986905bb05d890fa790ef2d071ecd53d33dac12b67dd30aba0356a33ff4d0bfebee5d052658c1647
7
- data.tar.gz: d768777888911d90b5041388480121e7cff406e372e362418ef5157bb07cc4626dd753c89e9848b12430180b4920e51eda8535a2784ff34386403e529d12ed95
6
+ metadata.gz: 8ee4903aac256b6521ac8cc8bbe2d84877001008f97eef3db528b4680ca7533fee7a7b3655d47d4d7cead30e91e9a9a798fd914843f572135b839b61c47a0513
7
+ data.tar.gz: 5995257b2703b57870bec0f63f4ec6fda7a64e0982277f200e3b4660d6626332164acc5192dafb8ea05a08c3c93a28b6eaed6b9690c1979ba1f2a8cae416b3d9
@@ -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=/code/node_modules/grunt-selenium-webdriver/node_modules/phantomjs/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'"
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=/code/node_modules/grunt-selenium-webdriver/node_modules/phantomjs/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'"
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prima-twig
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.9
4
+ version: 0.37.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino