prima-twig 0.54.35 → 0.54.36

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 +14 -9
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 633e871a1ad1075be5d1b80817ca3f06ae95982572cabe781c7b623ba897a62e
4
- data.tar.gz: 894cc6e71b14579307ffb8363aeeff84df76c1348e62431608a8a4788c219219
3
+ metadata.gz: 76a1fdd2456b6e13c73c76dc1a1d52e4e118dbed05e2d6052f52a5f92aa89c49
4
+ data.tar.gz: 2faba6fe01d35bd5daa1ecb4809e3b8c15e8cee49227c35ed0d317127a317403
5
5
  SHA512:
6
- metadata.gz: 26c980574b5e767ef1c0cb166cc17749bc9981220b66884615b73045029f37ecd12e1609fef4ac7011a5c7fcd16ea8e2cc30b5634d623f2a519f35e775d5682a
7
- data.tar.gz: f44feb239c4937c39b113c8c1d811c623451af14357fbc5ce0205d97830f95b3c282a6046138e33c9aeda85dc2141b435739c2c1dec2322047279d2cd7040234
6
+ metadata.gz: 3004582ffb87718501d0bb5548ea31b5cc0ecad0853d325f834a9f5cf4e24d6d76b17294864605bd0ebada2d198c991788e8fe6c9fa1d3e3b4a262f8b7b06d58
7
+ data.tar.gz: 9fa643bcb6829e28429cc3baec7832228cd83ddb923db6635dca8c3b9e3a1baa56d022845134d4235312f536c01bb77c56f40d7b78d96c301fb5018db8a44d1c
@@ -2514,15 +2514,20 @@ class Release
2514
2514
 
2515
2515
  exec_step 'cp docker-compose.yml docker-compose-ci.yml'
2516
2516
  exec_step 'prepare-docker-compose --directory peano && cp docker-compose-qainit.yml docker-compose.yml'
2517
- [
2518
- "docker-compose build web",
2519
- "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
2520
- '-c' 'mix local.hex --force && mix hex.info && \
2521
- mix deps.get && mix compile && mix deps.compile && \
2522
- rm -rf _build/qa/rel/ && \
2523
- mix release --env=qa'"
2524
- ].each do |cmd|
2525
- execute_command cmd
2517
+
2518
+ if File.exists? 'deploy/build_qa_artifact'
2519
+ `deploy/build_qa_artifact #{deploy_id}`
2520
+ else # TODO remove when deploy/build_qa_artifact is merged
2521
+ [
2522
+ "docker-compose build web",
2523
+ "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
2524
+ '-c' 'mix local.hex --force && mix hex.info && \
2525
+ mix deps.get && mix compile && mix deps.compile && \
2526
+ rm -rf _build/qa/rel/ && \
2527
+ mix release --env=qa'"
2528
+ ].each do |cmd|
2529
+ execute_command cmd
2530
+ end
2526
2531
  end
2527
2532
 
2528
2533
  cleanup_containers
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.54.35
4
+ version: 0.54.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino
@@ -214,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
214
214
  - !ruby/object:Gem::Version
215
215
  version: '0'
216
216
  requirements: []
217
- rubygems_version: 3.0.1
217
+ rubygems_version: 3.0.3
218
218
  signing_key:
219
219
  specification_version: 4
220
220
  summary: The Prima twig toolbelt