prima-twig 0.36.61 → 0.36.62

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 +6 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 34fdd4531978330633073a077a4b181dc1f3a2d0
4
- data.tar.gz: b2ceb36864b3d0e641014ff69bcb12a286152e62
3
+ metadata.gz: 184efad20d5d4e39fca2665f725fe4b633b43846
4
+ data.tar.gz: b39ae298195988f7158186333fb18114c2eb74a9
5
5
  SHA512:
6
- metadata.gz: 5d8446c19647297ce642f0b6b97271fc962581cc572699e76263e5716d50d4315889579615667a3a98f5f694d01fafb0b363055302bcc8f2bc004e06c661e7b9
7
- data.tar.gz: d8a604af8c485273641d847173854db82bd43ad6bb28ef6330e303dd700601d0ceb7db98ee9561c04af05a00b4d2b5bd4c125f4d5f53aa2aaa7e44753ffba0af
6
+ metadata.gz: aabf610cbb1573635411b5b02798f502c9a0f70669b1bb2835d6a1ebc037467733ac69a3a4fde944981e4e1ff7780eef3f338bb6a2870c6d909523c18215ab74
7
+ data.tar.gz: 6b395d17114fff365c42169e8170b15ef165a8df2d6a61499feb0cc6db900a062d6cd11d00774ea37c6f1380d0e943ca5917113d66ada1a4456c34bc585da22d
data/bin/twig-feature CHANGED
@@ -2094,8 +2094,12 @@ class Release
2094
2094
  exec_step 'prepare-docker-compose --directory activia && cp docker-compose-qainit.yml docker-compose.yml'
2095
2095
  [
2096
2096
  "docker-compose build web",
2097
- "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
2098
- '-c' 'sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
2097
+ "cat docker-compose-ci.yml",
2098
+ "cat docker-compose-qainit.yml",
2099
+ "cat docker-compose.yml",
2100
+ "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh --remove-orphans web \
2101
+ '-c' 'pwd && ls -al && \
2102
+ sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
2099
2103
  sed -i \"s/peano-qa-host/#{peano_qa_host}/g\" config/qa.exs && \
2100
2104
  mix local.hex --force && mix hex.info && \
2101
2105
  mix deps.get && mix compile && mix deps.compile && \
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.61
4
+ version: 0.36.62
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino