prima-twig 0.63.18 → 0.63.19
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 +13 -11
- 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: f5bc470b010c5ac94aa860480cdf2c1679c5b46ef498656876db99cc6237be04
|
|
4
|
+
data.tar.gz: 5c7d193c51db24a148d1b3c589c7234074853ef074f024c2cb692de157b3b15e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69a0370f9b55e07af47d20a989306ce14770958f531ce95839159d52ce51ead3e10164f79fd2ba370503d186615624a52a57a5e60432990757076c6e99c10fe4
|
|
7
|
+
data.tar.gz: f91cf6c92a3e63f3026f44a4adbfbe3d23ea7f5d561759cb8b73fa8f1a2517a3b63c3e44f981aac9fb9b99ac2a5eadca6873b8550bd40c24aa11f6551820c313
|
data/bin/twig-feature
CHANGED
|
@@ -2304,17 +2304,19 @@ class Release
|
|
|
2304
2304
|
|
|
2305
2305
|
exec_step 'cp docker-compose.yml docker-compose-ci.yml'
|
|
2306
2306
|
exec_step 'prepare-docker-compose --directory hal9000 && cp docker-compose-qainit.yml docker-compose.yml'
|
|
2307
|
-
[
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
].each do |cmd|
|
|
2316
|
-
|
|
2317
|
-
end
|
|
2307
|
+
# [
|
|
2308
|
+
# # "docker-compose build web",
|
|
2309
|
+
# # "docker-compose run -w $PWD -u root -e MIX_ENV=qa --entrypoint /bin/sh web \
|
|
2310
|
+
# # '-c' 'mix local.hex --force && mix hex.info && \
|
|
2311
|
+
# # mix deps.get && mix compile && mix deps.compile && \
|
|
2312
|
+
# # mix phx.digest assets -o priv/static && \
|
|
2313
|
+
# # rm -rf _build/qa/rel/ && \
|
|
2314
|
+
# # mix release --env=qa'"
|
|
2315
|
+
# ].each do |cmd|
|
|
2316
|
+
# execute_command cmd
|
|
2317
|
+
# end
|
|
2318
|
+
|
|
2319
|
+
execute_command "deploy/build_qa_artifact"
|
|
2318
2320
|
|
|
2319
2321
|
cleanup_containers
|
|
2320
2322
|
|
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.63.
|
|
4
|
+
version: 0.63.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matteo Giachino
|
|
@@ -326,7 +326,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
326
326
|
- !ruby/object:Gem::Version
|
|
327
327
|
version: '0'
|
|
328
328
|
requirements: []
|
|
329
|
-
rubygems_version: 3.0.
|
|
329
|
+
rubygems_version: 3.0.3
|
|
330
330
|
signing_key:
|
|
331
331
|
specification_version: 4
|
|
332
332
|
summary: The Prima twig toolbelt
|