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.
- checksums.yaml +4 -4
- data/bin/twig-feature +2 -19
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 87e1ecf067dc45ef1e18698a39d314d038ba64fd354b1ef4c1db2f1755641bdf
|
|
4
|
+
data.tar.gz: 0ebf5f2dbbe48efb8125ed002bfe8aea14132c6e0e90315de925f3dddb570938
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9274c86271557a38963c1b37852608df8b52deff2a7e2ba4e2fcd8205b878ccea4a5c9a23de8ca73221d83eb4a2fdf0023fbc44b9de24fc53e951142aee4b7e
|
|
7
|
+
data.tar.gz: 19a107624ee54f65ddbcaf2be7a9ec6063e4d423fabd339113265d907586c423e357daadbd0cb68255431cf10530e300a1e3b72a968dbcb5562a188939471d39
|
data/bin/twig-feature
CHANGED
|
@@ -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
|
-
|
|
2580
|
-
|
|
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
|