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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e9a33b701da3b0eeb4627a1d6e54b973b450698c78f6c618b2ea2e5aa6c1dddd
4
- data.tar.gz: 1a6d25b8847736039ac6dafaa9c23d2d9d89aa88e71e78a0928c39ef42fdc2a8
3
+ metadata.gz: f4bba1caa4d07302474e1a3f2754a9fd04b35f4eaaec9e4e978726ba763297d0
4
+ data.tar.gz: 199061ce885eaae30e24097b98cc5535f0577bb1a31c3d41e56131dcb117b0a1
5
5
  SHA512:
6
- metadata.gz: 93c8b192bf7f7766359622ba6e863623ba8065eeb6fef3ff76a8595909c1680c0d934daf93addbad2219f341f7197af0a3ca29d11e7fcc2549c19d20b5b88d69
7
- data.tar.gz: 93a62180a2e6de3a339ae5ef6704d92e78154d7eefa5a8e6ece9f8c86f320723fdead47a36038e2aee17ffd3bba007c5733a1f635e752f234d537b39e62b9951
6
+ metadata.gz: 23d02190a20207767a1a17caa7ad2d0aa92018bc010c52b0f91251c8a7500950d822cb18dff1374d9ba2a202892effbba46e2e5d3086fea70596061a562d63cb
7
+ data.tar.gz: 6382f38ebb2f826df08876050c3050feba9be90be7b2c062d683743497eaa822804ea158dbb01b2c6d5a51ca2e4ab0a013483f9a517baa3119764010f02a3357
@@ -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
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.42.1
4
+ version: 0.42.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino