prima-twig 0.54.16 → 0.54.17

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 +2 -6
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d6a9b1e5d8ba83d635da387c76ec316bd09921358943a95941ef52e8b6cee8c
4
- data.tar.gz: f2fa31b7aa7f133073237c622e867fa86040511f90a3e953496e82c9d9c1cf69
3
+ metadata.gz: 722bd48ee816bc0b940c36eebb1bca568c5768c6064a0be00c54c3ef4e946df1
4
+ data.tar.gz: c6d461466d96774af6c96b119c63984fb1c482b77bf6d268ed31cfc53ad9a527
5
5
  SHA512:
6
- metadata.gz: 4186ae3406385b702e2234a29eb7aa6a7cf74003c743fb2ccd68b6cdec1b32e8916decda8a19b59ee311a7efb1db64f8d1fc84e183ceb16239980f6d57db8582
7
- data.tar.gz: e80a58ed868b7380fd099ea115ddd61f474f70ae4754e30c948fabd13b041a1767dc25cb1e004651fa5716909fa482e26348b34f984e02bec299aa8cbc7493a5
6
+ metadata.gz: 504a2f495fe246734f5371361f165898050decab14c1f6ac1b553c84349d0dd1820ba2e739a6dfb3631110be31d6daffdd5c213ad84f6e2fa7799c01f5a9e5ae
7
+ data.tar.gz: 757040d25beeecf3d0b26cf457878df8b35d687aba2549bb81c8ef076a04a3e06abd48c89d9f3c031a1d535f44f866becc59270f1f37861ce36aacbc1566800d
data/bin/twig-feature CHANGED
@@ -666,6 +666,7 @@ class Release
666
666
  def qainit_write_output(file_message, output_message)
667
667
  `mkdir -p /etc/qainit-output`
668
668
  qa_file_name = "/etc/qainit-output/url_qa"
669
+ File.open(qa_file_name, 'w') { |file| file.write(file_message) }
669
670
  File.open(qa_file_name + '.txt', 'w') { |file| file.write(file_message) }
670
671
  output "#{output_message} #{qa_file_name}".green
671
672
  end
@@ -2290,11 +2291,6 @@ class Release
2290
2291
  `mv docker-compose-ci.yml docker-compose.yml`
2291
2292
  exec_step 'prepare-docker-compose --directory crash && cp docker-compose-qainit.yml docker-compose.yml'
2292
2293
  [
2293
- 'cat docker-compose.yml',
2294
- 'ls -l ermes',
2295
- 'ls -l ermes/deploy',
2296
- 'ls -l activia',
2297
- 'ls -l activia/deploy',
2298
2294
  'docker-compose build web',
2299
2295
  "docker-compose run -w $PWD -u root -e MIX_ENV=qa -e ENV_HASH=#{deploy_id} web \
2300
2296
  '-c' 'mix local.hex --force && mix hex.info && \
@@ -2635,7 +2631,7 @@ class Release
2635
2631
  mix deps.get && mix compile && mix deps.compile && \
2636
2632
  mix phx.digest && \
2637
2633
  rm -rf _build/qa/rel/ && \
2638
- mix release --env=qa'"
2634
+ mix distillery.release --env=qa'"
2639
2635
  ].each do |cmd|
2640
2636
  execute_command cmd
2641
2637
  end
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.16
4
+ version: 0.54.17
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.1
217
+ rubygems_version: 3.0.3
218
218
  signing_key:
219
219
  specification_version: 4
220
220
  summary: The Prima twig toolbelt