prima-twig 0.36.58 → 0.36.59

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 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e72b43aeeabad75fb9d14bcddc78f0e1cd7c2f6
4
- data.tar.gz: f655087cb1f75c92ee863c0759981b3ae0b67c6c
3
+ metadata.gz: 369e37836db4293f017f93f0bb6641f039a2d497
4
+ data.tar.gz: fb70ce0bb7c17d871f654621724266fac46f88b2
5
5
  SHA512:
6
- metadata.gz: 2d93c43f485bcaa19d218ba876daac02a3d49f17ba24398531cba71a87f71e00c60efeaf76d48c4ece46255475af1636f35290656100ff7a75a34389d68ac961
7
- data.tar.gz: 74b52075c37d5db0507f55a5c61e9294c91cc337146ca1be65f5fca87c1c41e369a0b00714d46fbff5c6b9024ad672ee1db3f32d13783595eb2eb7450945cbff
6
+ metadata.gz: 4c6f2bb92f8080f8c36d1d685cdfb7ffca30861d2489b8b39bc1cf9cad6f23d822e12d190416c997dce5597bcc6bd50bd80b848b854101ec9b4d5c6f67f74625
7
+ data.tar.gz: 9167c0d69a0ed382ae6cff95c8317ce6c698b5d99222d91e6f2fa92d468f3f53855f93c9cdd3d0852424da75871b1beb5c08b5b4d7afb5ecbf68b22b79f0a054
@@ -2292,9 +2292,10 @@ class Release
2292
2292
  execute_command 'ls -al'
2293
2293
  execute_command 'cat docker-compose-ci.yml'
2294
2294
  execute_command 'cat docker-compose-qainit.yml'
2295
+ execute_command 'cat docker-compose.yml'
2295
2296
  [
2296
2297
  "docker-compose build workers",
2297
- # "docker-compose build bower",
2298
+ "docker-compose build bower",
2298
2299
  # "rm -rf src/ && git checkout -- .",
2299
2300
  "docker-compose run -e GIT_DIR=$PWD -v $PWD:/usr/app/src -w /usr/app/src/ bower install --allow-root",
2300
2301
  "docker-compose run -v $PWD:/code -w /code -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'"
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.36.58
4
+ version: 0.36.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino