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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +13 -11
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb09cabfcef9592529f487cba61717aac836fda88328ad0fc43e37ff2ef3e457
4
- data.tar.gz: 2691cd660e2bcad998457e01e3690842c21f52a719f555105655090ed168ae43
3
+ metadata.gz: f5bc470b010c5ac94aa860480cdf2c1679c5b46ef498656876db99cc6237be04
4
+ data.tar.gz: 5c7d193c51db24a148d1b3c589c7234074853ef074f024c2cb692de157b3b15e
5
5
  SHA512:
6
- metadata.gz: '090133c628b8772bd7bb1e17bb37817b700dbfcccdcb547f375c502b4a4b92daba48b9d3cbfd877d9d48d25a9893340e975c7228ac8d24a4b2c4089e9576a703'
7
- data.tar.gz: b85c851cd59d74f8b60a628c46f9515a8b8cfbbf2841a193f28c6181e701ed5547220f75669f36895e2acbe1c5b968a38bd45de03551ff6ca5583e716eee7f52
6
+ metadata.gz: 69a0370f9b55e07af47d20a989306ce14770958f531ce95839159d52ce51ead3e10164f79fd2ba370503d186615624a52a57a5e60432990757076c6e99c10fe4
7
+ data.tar.gz: f91cf6c92a3e63f3026f44a4adbfbe3d23ea7f5d561759cb8b73fa8f1a2517a3b63c3e44f981aac9fb9b99ac2a5eadca6873b8550bd40c24aa11f6551820c313
@@ -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
- "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
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.18
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.1
329
+ rubygems_version: 3.0.3
330
330
  signing_key:
331
331
  specification_version: 4
332
332
  summary: The Prima twig toolbelt