prima-twig 0.37.15 → 0.37.16

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 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 53fbea7a01332e4d08420e28f843e06727425d6ad3a6baecb8b36020d7b7766a
4
- data.tar.gz: ac6b289dbc615f338928e4b60ea78d00f69193e4db5a30bb72927d417617c5e9
3
+ metadata.gz: 922a6901a1ff49a038778c1bcd8e58898d107032ddf46eb000f4a9689e4e20fe
4
+ data.tar.gz: 1b2f2d6884b09c199ebbffa36ac5e23810534650f678180e0c8834d083d8f98a
5
5
  SHA512:
6
- metadata.gz: 8aa7f631d969e3de1bdecebd72d2cac225f11d9c5561dfa918f541a28b85e34fd06c91a9198c6251be8e822a3855bf9d729e35244a7e0aab5b3703001f2841a7
7
- data.tar.gz: 5bb5cfc885209cc526122a79515e37738ab14f314e65b5371469a23f1fed2110364aa49ed9172f2f5db2902575f7956da22f7a02cb78fa84b3955b7e005b63b6
6
+ metadata.gz: a815821b9ff9badc3319e9b338fc2b6c996e3eb553232afa22abd6a85310fcc95d1da92bb4cda424bda5494a4bf6112211cde64f9928ca654224b8ecbdd1ff19
7
+ data.tar.gz: 42758ad10de11d8c0e6d0e8c2afcf54c1b63f7339716a3e4c6cd1c6c4263278f18c5027fd0e975fda4c987782b1bf175dcd3bd36a468d0a98c5449267ea9af55
@@ -2346,8 +2346,7 @@ class Release
2346
2346
  exec_step 'prepare-docker-compose --directory backoffice && cp docker-compose-qainit.yml docker-compose.yml'
2347
2347
  [
2348
2348
  "docker-compose build",
2349
- "docker-compose run -e DRONE=yes web ls"
2350
- "docker-compose run -e DRONE=yes 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 && npm install && grunt qa'"
2349
+ "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 && npm install && bower install --allow-root --config.interactive=false && grunt qa'"
2351
2350
  ].each do |cmd|
2352
2351
  execute_command cmd
2353
2352
  end
@@ -2357,7 +2356,7 @@ class Release
2357
2356
  [
2358
2357
  "docker-compose build",
2359
2358
  "rm -rf src/ && git checkout -- .",
2360
- "docker run -e DRONE=yes 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 && npm install && grunt qa'"
2359
+ "docker run -v $PWD:/code -w /code -e PHANTOMJS_BIN=/code/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 && npm install && bower install --allow-root --config.interactive=false && grunt qa'"
2361
2360
  ].each do |cmd|
2362
2361
  execute_command cmd
2363
2362
  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.15
4
+ version: 0.37.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino