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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/twig-feature +1 -3
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 38df1be87f668462587bcbc9c58929f045d5c22b
4
- data.tar.gz: cc92a858e1d4a5388d600f8283597aba1cad25b5
3
+ metadata.gz: 366efc6db82dd87c1778461e3990f2c0dce3205f
4
+ data.tar.gz: a3069bf1637c421542730b9a97dd1e14e9b4653f
5
5
  SHA512:
6
- metadata.gz: b45669c12ded7fd664c1583ae081ce4a148f6ee382f514a00df077d5fc85f42a589e9a44852e4e0cbce54475a3399e4428669e8d72bbfdb860ae56d37835aea8
7
- data.tar.gz: 7ff9ddd4dcc38f15c36d80abbde0cf862d8b5cb86684b81aa1307689b416b04e170e17ba7bd955eddb8f1487e581fa58131e058d491dec041955d9b152db742e
6
+ metadata.gz: 45d5f722453436ea1df7835bdf98940fe1277ea5067ac94181663597bd2669acd35af748a11531b3116c89b2cd29052f1d20c922ea2865eca5577302878cc261
7
+ data.tar.gz: 718fe1dfd51274e1a2fc9866cbbb6a945b80c59e089623acacf273fb88ce510d06c8f4b6518a176958b198edde3b48af1ac21620bbeee2039b284b433314107c
@@ -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
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.37.2
4
+ version: 0.37.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matteo Giachino