prima-twig 0.55.1 → 0.55.2
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 +1 -10
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4ee1d040b5029bc701cbcf8b3dde4020e6c6a39d85c769e55ff66d5fbf646b1
|
|
4
|
+
data.tar.gz: '03678e517caf67a9d0fe10c33e3415b353f297ac4d639dffff28e3bcea657ed1'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2d7491045f2773c5c3c33d497f6b2670c2cf6dc8071274dd457daf71022f6e38080abbc7d6ade1140f53b136c4db26aae0153c8a6c269142c1ca99d788adcef5
|
|
7
|
+
data.tar.gz: e1520a48deddced586238a26a837471fe8753b65fd3141486f6d623c2736dbd4f1b46b1c6c619689b80a1e4c5d80a3b63350f5137f7bdd1430269d1bc3dc0143
|
data/bin/twig-feature
CHANGED
|
@@ -2217,16 +2217,7 @@ class Release
|
|
|
2217
2217
|
|
|
2218
2218
|
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
2219
2219
|
exec_step 'prepare-docker-compose --directory assange && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2220
|
-
|
|
2221
|
-
"docker-compose build web",
|
|
2222
|
-
"docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
|
|
2223
|
-
'-c' 'mix local.hex --force && mix hex.info && \
|
|
2224
|
-
mix deps.get && mix compile && mix deps.compile && \
|
|
2225
|
-
mix phx.digest && \
|
|
2226
|
-
rm -rf _build/qa/rel/ && \
|
|
2227
|
-
mix release --env=qa'"
|
|
2228
|
-
].each do |cmd|
|
|
2229
|
-
execute_command cmd
|
|
2220
|
+
exec_step 'deploy/build_qa_artifact'
|
|
2230
2221
|
end
|
|
2231
2222
|
|
|
2232
2223
|
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.55.
|
|
4
|
+
version: 0.55.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -214,8 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
214
214
|
- !ruby/object:Gem::Version
|
|
215
215
|
version: '0'
|
|
216
216
|
requirements: []
|
|
217
|
-
|
|
218
|
-
rubygems_version: 2.7.8
|
|
217
|
+
rubygems_version: 3.0.3
|
|
219
218
|
signing_key:
|
|
220
219
|
specification_version: 4
|
|
221
220
|
summary: The Prima twig toolbelt
|