prima-twig 0.37.2 → 0.37.3
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 -3
- 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: 366efc6db82dd87c1778461e3990f2c0dce3205f
|
|
4
|
+
data.tar.gz: a3069bf1637c421542730b9a97dd1e14e9b4653f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45d5f722453436ea1df7835bdf98940fe1277ea5067ac94181663597bd2669acd35af748a11531b3116c89b2cd29052f1d20c922ea2865eca5577302878cc261
|
|
7
|
+
data.tar.gz: 718fe1dfd51274e1a2fc9866cbbb6a945b80c59e089623acacf273fb88ce510d06c8f4b6518a176958b198edde3b48af1ac21620bbeee2039b284b433314107c
|
data/bin/twig-feature
CHANGED
|
@@ -1527,7 +1527,7 @@ class Release
|
|
|
1527
1527
|
output "Deploy effettuato, everything is awesome!\n".green
|
|
1528
1528
|
|
|
1529
1529
|
if @qainit
|
|
1530
|
-
`mkdir /drone/src/github.com/project/primait/qainit/#{ENV["DRONE_BRANCH"]}`
|
|
1530
|
+
`mkdir -p /drone/src/github.com/project/primait/qainit/#{ENV["DRONE_BRANCH"]}`
|
|
1531
1531
|
qa_file_name = "/drone/src/github.com/project/primait/qainit/#{ENV["DRONE_BRANCH"]}/output"
|
|
1532
1532
|
File.open(qa_file_name, 'w') { |file| file.write(projects_text) }
|
|
1533
1533
|
output "Indirizzi scritti su #{qa_file_name}".green
|
|
@@ -2208,7 +2208,6 @@ class Release
|
|
|
2208
2208
|
end
|
|
2209
2209
|
|
|
2210
2210
|
if @qainit
|
|
2211
|
-
execute_command 'pwd && ls -l'
|
|
2212
2211
|
artifact_path = Dir.glob("_build/qa/rel/activia/releases/*/activia.tar.gz").first
|
|
2213
2212
|
else
|
|
2214
2213
|
artifact_path = Dir.glob("_build/qa/rel/activia/releases/*/activia.tar.gz").first
|
|
@@ -2256,7 +2255,6 @@ class Release
|
|
|
2256
2255
|
end
|
|
2257
2256
|
|
|
2258
2257
|
if @qainit
|
|
2259
|
-
execute_command 'pwd && ls -l'
|
|
2260
2258
|
artifact_path = Dir.glob("_build/qa/rel/migrator/releases/*/migrator.tar.gz").first
|
|
2261
2259
|
else
|
|
2262
2260
|
artifact_path = Dir.glob("_build/qa/rel/migrator/releases/*/migrator.tar.gz").first
|