prima-twig 0.56.7 → 0.56.8

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 -19
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d8b2b4e7b9514a8ca5160425bb4d24ddf42afaadc0f67e1fb13cb9face47bf02
4
- data.tar.gz: 279024f6f0986362ca5c5d43d4626ace0ce7cfd5617d0b98dad3d8143ef33619
3
+ metadata.gz: 87e1ecf067dc45ef1e18698a39d314d038ba64fd354b1ef4c1db2f1755641bdf
4
+ data.tar.gz: 0ebf5f2dbbe48efb8125ed002bfe8aea14132c6e0e90315de925f3dddb570938
5
5
  SHA512:
6
- metadata.gz: 5c298ad19efdaf9c02d732505334ca2a0c7a854f3fd7055e304b6e25252a936716ab43572939f78314cea1db955e8d82aeb458a54fe738a3718d5a660ae12b7f
7
- data.tar.gz: 417a876135dea774ad328d78da53abcb67f68b028ad747b4af54bab6a6e1c82763c21bb9da03dde7f614b941419aeb5a72cf262c0108112e995f4a772e531e0c
6
+ metadata.gz: a9274c86271557a38963c1b37852608df8b52deff2a7e2ba4e2fcd8205b878ccea4a5c9a23de8ca73221d83eb4a2fdf0023fbc44b9de24fc53e951142aee4b7e
7
+ data.tar.gz: 19a107624ee54f65ddbcaf2be7a9ec6063e4d423fabd339113265d907586c423e357daadbd0cb68255431cf10530e300a1e3b72a968dbcb5562a188939471d39
@@ -2576,25 +2576,8 @@ class Release
2576
2576
  exec_step 'cp docker-compose.yml docker-compose-ci.yml'
2577
2577
  exec_step 'prepare-docker-compose --directory maia && cp docker-compose-qainit.yml docker-compose.yml'
2578
2578
 
2579
- if File.exists? 'deploy/build_qa_artifact'
2580
- execute_command 'deploy/build_qa_artifact'
2581
- else
2582
- [
2583
- "docker-compose build web",
2584
- "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/bash web \
2585
- '-c' 'mix local.hex --force && \
2586
- mix deps.get && \
2587
- cd assets && \
2588
- yarn && \
2589
- cd .. && \
2590
- mix phx.digest && \
2591
- mix release.clean --implode --no-confirm && \
2592
- mix release --env=qa'"
2593
- ].each do |cmd|
2594
- execute_command cmd
2595
- end
2596
- end
2597
-
2579
+ execute_command 'deploy/build_qa_artifact'
2580
+
2598
2581
  cleanup_containers
2599
2582
 
2600
2583
  artifact_path = Dir.glob('_build/qa/rel/maia/releases/*/maia.tar.gz').first
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.56.7
4
+ version: 0.56.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino