prima-twig 0.37.12 → 0.37.13

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 +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00e9b2a6943dab8a68e4bec3d9b745e27203a466c41670296e103a19c19b6905
4
- data.tar.gz: 125319baec9ca377ff827f4a76b7516dbcc129c1ac7785a35d38bb9ce1d5cd03
3
+ metadata.gz: 610e18c86d06d9c28e1f37ba14ed93b57cc1ef4af52b04f3244ac6e7f8fd45e4
4
+ data.tar.gz: 1eddfde7e4b1cbc966ef225699fa7e25f133b886455b8d7db51c64bd2fd107a4
5
5
  SHA512:
6
- metadata.gz: c338cf48fca43b9337a27df801a32c71519ca35de751dc1d94b263141d2b6e4d70a9262dcb94b749a0c0767bbfc9d0b6c4d044c3128d128324564731cd91b548
7
- data.tar.gz: 238a785530f2affb7386e28681582bdeea974a3a8acb347fd44b37dd3891214fdfe0f7273720ec84a5ff1db6ad50f16a0e688720194cf1cad5c486a2b3f85dc3
6
+ metadata.gz: 686eb02a8275f642f4637747034aae39aba04a65d29d1bd3bf25642b1f64bac83d202aaa1ab8a49dd17eb0e7a5ad5e88f9f3a2bb62caa24a9fdba820b8ea5fd1
7
+ data.tar.gz: 8958a37ebb1faac235b0b129a5f5d3a458738dda4b97ab7d7c7e347d500462cb74d4820c6ac30b7f2a9f2e3655da8464aad12ce673f19656afdf6596a684fcb6
data/bin/twig-feature CHANGED
@@ -2346,7 +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 --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'"
2349
+ "docker-compose run -e DRONE=yes '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'"
2350
2350
  ].each do |cmd|
2351
2351
  execute_command cmd
2352
2352
  end
@@ -2356,7 +2356,7 @@ class Release
2356
2356
  [
2357
2357
  "docker-compose build",
2358
2358
  "rm -rf src/ && git checkout -- .",
2359
- "docker run -e DRONE=yes --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'"
2359
+ "docker run -e DRONE=yes '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'"
2360
2360
  ].each do |cmd|
2361
2361
  execute_command cmd
2362
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.12
4
+ version: 0.37.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino