prima-twig 0.36.78 → 0.36.79

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 +5 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e6f42c36a9cf4de1b97e8662c6dc44a44b7a164f
4
- data.tar.gz: 1c8cd1d4676843ca83a9e1db19d500150b729673
3
+ metadata.gz: 0db4a66fbcc685fa2ca29788ef5046d741d6717a
4
+ data.tar.gz: 9191ae0cd6f13d9e647b858e3d70be92258fd8a3
5
5
  SHA512:
6
- metadata.gz: 86c73a3a6b9a78b49d9971225326e1fce362373cc8611e4d1a1c6c5e050d45cf3e56ee892ac907060847081962ef7322cec2dfce53a5e2bef058d7c8b92ea3ee
7
- data.tar.gz: 2bd882fe843d7794589a2be62b92d51b788730f87840e977c76d7d58bf17aa548dc0328330f1fefc4dac8eb13ca09680176f0fc3ca59592abb45e17f16c10961
6
+ metadata.gz: 9319d0a800287104ad46d122442d87449598918a5ad97311dccff00ad3561092e2f8dd387ae58ac6263fc6d5d3daf9b4f2ab2c9a1a6184da30f2984ced4a67fe
7
+ data.tar.gz: 5bbaca9245a85f3418181cd15ad26ee2db873b17588f8927009f6870347f756e87fd23679180099ea1806d6354e3383dd295f2355e5133d91752ed8bbf235a3c
@@ -1480,6 +1480,11 @@ class Release
1480
1480
  > SSH connection: ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no githubUsername@#{ec2_ip_address(asg_stack_name)}\n"
1481
1481
  output projects_text.cyan
1482
1482
  output "Deploy effettuato, everything is awesome!\n".green
1483
+
1484
+ if @qainit
1485
+ qa_file_name = "/drone/src/github.com/project/primait/qainit/#{ENV["DRONE_BRANCH"]}.xml"
1486
+ File.open(qa_file_name, 'w') { |file| file.write(projects_text) }
1487
+ end
1483
1488
  end
1484
1489
 
1485
1490
  def get_route53_hostname(stack_name)
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.36.78
4
+ version: 0.36.79
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino