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.
- checksums.yaml +4 -4
- data/bin/twig-feature +14 -9
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76a1fdd2456b6e13c73c76dc1a1d52e4e118dbed05e2d6052f52a5f92aa89c49
|
|
4
|
+
data.tar.gz: 2faba6fe01d35bd5daa1ecb4809e3b8c15e8cee49227c35ed0d317127a317403
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3004582ffb87718501d0bb5548ea31b5cc0ecad0853d325f834a9f5cf4e24d6d76b17294864605bd0ebada2d198c991788e8fe6c9fa1d3e3b4a262f8b7b06d58
|
|
7
|
+
data.tar.gz: 9fa643bcb6829e28429cc3baec7832228cd83ddb923db6635dca8c3b9e3a1baa56d022845134d4235312f536c01bb77c56f40d7b78d96c301fb5018db8a44d1c
|
data/bin/twig-feature
CHANGED
|
@@ -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
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
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.
|
|
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.
|
|
217
|
+
rubygems_version: 3.0.3
|
|
218
218
|
signing_key:
|
|
219
219
|
specification_version: 4
|
|
220
220
|
summary: The Prima twig toolbelt
|