prima-twig 0.36.58 → 0.36.59
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.
- checksums.yaml +4 -4
- data/bin/twig-feature +2 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 369e37836db4293f017f93f0bb6641f039a2d497
|
|
4
|
+
data.tar.gz: fb70ce0bb7c17d871f654621724266fac46f88b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c6f2bb92f8080f8c36d1d685cdfb7ffca30861d2489b8b39bc1cf9cad6f23d822e12d190416c997dce5597bcc6bd50bd80b848b854101ec9b4d5c6f67f74625
|
|
7
|
+
data.tar.gz: 9167c0d69a0ed382ae6cff95c8317ce6c698b5d99222d91e6f2fa92d468f3f53855f93c9cdd3d0852424da75871b1beb5c08b5b4d7afb5ecbf68b22b79f0a054
|
data/bin/twig-feature
CHANGED
|
@@ -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
|
-
|
|
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'"
|