prima-twig 0.54.7 → 0.54.8
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 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d8e4107fc3f64126d25c8793ef2cc933a88f6a2a8c1c60a8802fb1a7d0248dc
|
|
4
|
+
data.tar.gz: ac0a57c3a2c589eee2513012d78c6cd1469a3697a8d9df75e07ef060bc551262
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a2e824332ac6c3ed455b2fe8e6a28c5f788f1f0e1964630afffb4d84d297589d97f75618813ed925ccdefcf890f80144857914f291104e70d9bd99cce1ec35e
|
|
7
|
+
data.tar.gz: 439ac628856e289609e086a67230538704edb5e4f8949649052ce011f4f0348276a5d0b14700456ef8ee6fd7d0f96162099869a3a397c4fab65fb2d73f693370
|
data/bin/twig-feature
CHANGED
|
@@ -664,8 +664,7 @@ class Release
|
|
|
664
664
|
end
|
|
665
665
|
|
|
666
666
|
def qainit_write_output(file_message, output_message)
|
|
667
|
-
|
|
668
|
-
qa_file_name = "/drone/src/github.com/project/primait/qainit/#{ENV["DRONE_BRANCH"]}/output"
|
|
667
|
+
qa_file_name = "/etc/qainit-output/url_qa"
|
|
669
668
|
File.open(qa_file_name, 'w') { |file| file.write(file_message) }
|
|
670
669
|
File.open(qa_file_name + '.txt', 'w') { |file| file.write(file_message) }
|
|
671
670
|
output "#{output_message} #{qa_file_name}".green
|