prima-twig 0.36.52 → 0.36.53

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 +11 -11
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c6efac1f676557ea36705508d63f1eae3538134
4
- data.tar.gz: 602a44f0702b0f17ec153a7cc4185f176055d143
3
+ metadata.gz: 7fcd298f354df9331c9d2f999db25bf15c147543
4
+ data.tar.gz: 8b192449455a4a6ab111e706df2bae5e453d66ba
5
5
  SHA512:
6
- metadata.gz: 1ef9cf0e605be7d8e5960f71c253dc30d93850cab8a008c5e7b2dcf016d735ab439eded70917950cd605010d502b73d40106ac3a6346ad9428fa3e565903fab5
7
- data.tar.gz: 8e9ffdae105d6749d2df30279a6aa94ad154cb2b000fcd47434acc71a09703fa08325fe62120129a22c52f51c4a14713c62578f3c01134b138b1b5ec22133fad
6
+ metadata.gz: 656288135ea78c4cc66ba7919a2fb2b6a1cf032305360b6c882ed5555ce0a17c89287bf20c806df450051f9adbef2f638e9c942d61c9f7645486a8b2497749ef
7
+ data.tar.gz: 486de53bb66f0357d47e8ef84a6f0625564c0f9a653fbcca035aa5cf530eaea7f756ed055bc175ccb4850fa04eac937de64f618934194a046db9a700d658af66
data/bin/twig-feature CHANGED
@@ -1571,7 +1571,7 @@ class Release
1571
1571
  execute_command 'pwd && ls -l && ls config'
1572
1572
  # [ "docker run -v $PWD:/code -w /code -e MIX_ENV=qa --entrypoint /bin/sh urania_web \
1573
1573
  # [ "docker run -v /var/cache/ci/primait/qainit/master/project/projects/urania/:/code -w /code -u root -e MIX_ENV=qa --entrypoint /bin/sh urania_web \
1574
- [ "docker run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh urania_web \
1574
+ [ "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
1575
1575
  '-c' 'mix local.hex --force && mix hex.info && \
1576
1576
  mix deps.get && mix compile && mix deps.compile && \
1577
1577
  rm -rf _build/qa/rel/ && \
@@ -1705,7 +1705,7 @@ class Release
1705
1705
  # "docker-compose run -v /var/cache/ci/primait/qainit/master/project/projects/crash/:/code -w /code -u root -e WS_ENDPOINT=#{ws_endpoint} -e GRAPHQL_ENDPOINT=#{frontend_endpoint} -e MIX_ENV=qa crash_web \
1706
1706
  [
1707
1707
  'docker-compose build web',
1708
- "docker-compose run -w $PWD -u root -e WS_ENDPOINT=#{ws_endpoint} -e GRAPHQL_ENDPOINT=#{frontend_endpoint} -e MIX_ENV=qa crash_web \
1708
+ "docker-compose run -w $PWD -u root -e WS_ENDPOINT=#{ws_endpoint} -e GRAPHQL_ENDPOINT=#{frontend_endpoint} -e MIX_ENV=qa web \
1709
1709
  '-c' 'sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
1710
1710
  sed -i \"s/crash-qa-host/#{crash_qa_host}/g\" config/qa.exs && \
1711
1711
  mix local.hex --force && mix hex.info && \
@@ -1778,7 +1778,7 @@ class Release
1778
1778
  # "docker run -v /var/cache/ci/primait/qainit/master/project/projects/bburago/:/code -w /code -u root -e MIX_ENV=qa --entrypoint /bin/sh bburago_web \
1779
1779
  [
1780
1780
  "docker-compose build web",
1781
- "docker run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh bburago_web \
1781
+ "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
1782
1782
  '-c' 'mix local.hex --force && mix hex.info && \
1783
1783
  mix deps.get && mix compile && mix deps.compile && \
1784
1784
  rm -rf _build/qa/rel/ && \
@@ -1828,7 +1828,7 @@ class Release
1828
1828
  # "docker run -v /var/cache/ci/primait/qainit/master/project/projects/hal9000/:/code -w /code -u root -e MIX_ENV=qa --entrypoint /bin/sh hal9000_web \
1829
1829
  [
1830
1830
  "docker-compose build web",
1831
- "docker run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh hal9000_web \
1831
+ "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
1832
1832
  '-c' 'mix local.hex --force && mix hex.info && \
1833
1833
  mix deps.get && mix compile && mix deps.compile && \
1834
1834
  mix phx.digest && \
@@ -1886,7 +1886,7 @@ class Release
1886
1886
  # "docker run -v /var/cache/ci/primait/qainit/master/project/projects/fidaty/:/code -w /code -u root -e MIX_ENV=qa --entrypoint /bin/sh fidaty_web \
1887
1887
  [
1888
1888
  "docker-compose build web",
1889
- "docker run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh fidaty_web \
1889
+ "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
1890
1890
  '-c' 'sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
1891
1891
  sed -i \"s/peano-qa-host/#{peano_qa_host}/g\" config/qa.exs && \
1892
1892
  mix local.hex --force && mix hex.info && \
@@ -1947,7 +1947,7 @@ class Release
1947
1947
  # "docker run -v /var/cache/ci/primait/qainit/master/project/projects/peano/:/code -w /code -u root -e MIX_ENV=qa --entrypoint /bin/sh peano_web \
1948
1948
  [
1949
1949
  "docker-compose build web",
1950
- "docker run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh peano_web \
1950
+ "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
1951
1951
  '-c' 'mix local.hex --force && mix hex.info && \
1952
1952
  sed -i \"s/assange-qa-host/#{assange_qa_host}/g\" config/qa.exs && \
1953
1953
  sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
@@ -2004,7 +2004,7 @@ class Release
2004
2004
  # "docker run -v /var/cache/ci/primait/qainit/master/project/projects/rogoreport/:/code -w /code -u root -e MIX_ENV=qa --entrypoint /bin/sh rogoreport_web \
2005
2005
  [
2006
2006
  "docker-compose build web",
2007
- "docker run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh rogoreport_web \
2007
+ "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
2008
2008
  '-c' 'sed -i \"s/peano-qa-host/#{peano_qa_host}/g\" apps/escile/config/qa.exs && \
2009
2009
  sed -i \"s/web-qa-host/#{web_qa_host}/g\" apps/escile/config/qa.exs && \
2010
2010
  cat apps/escile/config/qa.exs && \
@@ -2061,7 +2061,7 @@ class Release
2061
2061
  # "docker run -v /var/cache/ci/primait/qainit/master/project/projects/assange/:/code -w /code -u root -e MIX_ENV=qa --entrypoint /bin/sh assange_web \
2062
2062
  [
2063
2063
  "docker-compose build web",
2064
- "docker run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh assange_web \
2064
+ "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
2065
2065
  '-c' 'mix local.hex --force && mix hex.info && \
2066
2066
  sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
2067
2067
  mix deps.get && mix compile && mix deps.compile && \
@@ -2119,7 +2119,7 @@ class Release
2119
2119
  # "docker run -v /var/cache/ci/primait/qainit/master/project/projects/activia/:/code -w /code -u root -e MIX_ENV=qa --entrypoint /bin/sh activia_web \
2120
2120
  [
2121
2121
  "docker-compose build web",
2122
- "docker run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh activia_web \
2122
+ "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
2123
2123
  '-c' 'sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
2124
2124
  sed -i \"s/peano-qa-host/#{peano_qa_host}/g\" config/qa.exs && \
2125
2125
  mix local.hex --force && mix hex.info && \
@@ -2174,7 +2174,7 @@ class Release
2174
2174
  [
2175
2175
  "pwd && cat docker-compose.yml",
2176
2176
  "docker-compose build web",
2177
- "docker run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh bolla_web \
2177
+ "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
2178
2178
  '-c' 'mix local.hex --force && mix hex.info && \
2179
2179
  mix deps.get && mix compile && mix deps.compile && \
2180
2180
  rm -rf _build/qa/rel/ && \
@@ -2239,7 +2239,7 @@ class Release
2239
2239
  [
2240
2240
  "pwd && cat docker-compose.yml",
2241
2241
  "docker-compose build backend",
2242
- "docker run -w $PWD -u root -e WS_ENDPOINT=#{ws_endpoint} -e FRONTEND=#{frontend_endpoint} -e MIX_ENV=qa --entrypoint /bin/sh borat_backend \
2242
+ "docker-compose run -w $PWD -u root -e WS_ENDPOINT=#{ws_endpoint} -e FRONTEND=#{frontend_endpoint} -e MIX_ENV=qa --entrypoint /bin/sh backend \
2243
2243
  '-c' 'sed -i \"s/web-qa-host/#{web_qa_host}/g\" config/qa.exs && \
2244
2244
  sed -i \"s/backoffice-legacy-qa-host/#{backoffice_qa_host}/g\" config/qa.exs && \
2245
2245
  sed -i \"s/assange-qa-host/#{assange_qa_host}/g\" config/qa.exs && \
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.52
4
+ version: 0.36.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino