prima-twig 0.36.97 → 0.36.98
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-deploy +2 -0
- data/bin/twig-feature +1 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95f9a1cd7009831b5f4f5434bc439af8216df217
|
|
4
|
+
data.tar.gz: ccebffd933a628ad488d5b72f6a59acdaed6bbe5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd9a588d2da9d3245f55ec3be27f366819b93cf135a0c4f8b7be0147c71e38467ebf5b7923991d844f21ef20cd354b0820280b963a20957b6a39b7b021ecc9a2
|
|
7
|
+
data.tar.gz: ace63d3443c23fce7b82b463cb38476601e09a66ab65fb6ab72ccea19f406f66d21972b6ef31893e4db779be354e00b805b1958872077e1ccbaf7d1aa9e1c07e
|
data/bin/twig-deploy
CHANGED
|
@@ -12,6 +12,7 @@ require 'erb'
|
|
|
12
12
|
require 'base64'
|
|
13
13
|
require 'rubyflare'
|
|
14
14
|
require 'pp'
|
|
15
|
+
require 'pry'
|
|
15
16
|
|
|
16
17
|
def help_content
|
|
17
18
|
<<-HELP
|
|
@@ -162,6 +163,7 @@ class Review
|
|
|
162
163
|
end
|
|
163
164
|
|
|
164
165
|
def do_deploy!(artifact_rev, reload_parameters=false)
|
|
166
|
+
binding.pry
|
|
165
167
|
deploy_command = "bin/deploy #{artifact_rev}"
|
|
166
168
|
deploy_command << " reloadparameters" if reload_parameters
|
|
167
169
|
|
data/bin/twig-feature
CHANGED
|
@@ -1519,6 +1519,7 @@ class Release
|
|
|
1519
1519
|
output "Deploy effettuato, everything is awesome!\n".green
|
|
1520
1520
|
|
|
1521
1521
|
if @qainit
|
|
1522
|
+
`mkdir /drone/src/github.com/project/primait/qainit`
|
|
1522
1523
|
qa_file_name = "/drone/src/github.com/project/primait/qainit/#{ENV["DRONE_BRANCH"]}"
|
|
1523
1524
|
File.open(qa_file_name, 'w') { |file| file.write(projects_text) }
|
|
1524
1525
|
output "Indirizzi scritti su #{qa_file_name}".green
|