renuo-cli 4.12.3 → 4.12.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c40506fd98ab2a71513151119ea9e1574438f7100e7d5e735d12b688cfdf6e7
4
- data.tar.gz: 0ea69501975b9abcf54913f2ecfb72cf034015a240e96376e5fca8f8cb9c5bed
3
+ metadata.gz: 72df1971721f806f4d84f1146eff321d269134227a98c330e1cf75bfd872949d
4
+ data.tar.gz: b93857baf06a9ca0c9cb2ed43de305a90e9a2abfc572cc6f542097bec06a2486
5
5
  SHA512:
6
- metadata.gz: 163651453d1aaa40db6d6ea699026b2099c4790c7171e98286fe43b8905278a6427715009545ab3ecc3754558b241efd900e25e10cb7c390a2ec061fa8ba76e4
7
- data.tar.gz: 16d45e43163ff67282d966201b024b107e63880c6018c1275a616399856941593e1297b588dc59f778e00c7150a3b7b3a055075609f1dbb606bc20704741ebf9
6
+ metadata.gz: 349aca3623fb9176d39b6eb31bda0ba9e0f06c24f3c12a4940a6b8270c2a16de83ea2ce363ec5a231f60bd7577172b6d00331f9ee20c21df3a97428d9db1ae1e
7
+ data.tar.gz: 1568d1f3cbc24a13c85f2d6d67bc9f35915da961773937c79c56132be3781530367da7210e9eb999971fec510172cb629510990f41e7183eac0333745ec8f053
@@ -47,7 +47,7 @@ class Renuo::Cli::Commands::CheckDeploioStatus
47
47
  end
48
48
 
49
49
  def fetch_build_logs
50
- command = "nctl logs build -a #{APP_NAME} -p #{PROJECT} -l 100 --no-labels"
50
+ command = "nctl logs build -a #{APP_NAME} -p #{PROJECT} -l 5000 --no-labels"
51
51
  stdout, stderr, status = Open3.capture3 command
52
52
 
53
53
  abort "error fetching build logs: #{stderr}" unless status.success?
@@ -3,7 +3,7 @@
3
3
  # :nocov:
4
4
  module Renuo
5
5
  class Cli
6
- VERSION = "4.12.3"
6
+ VERSION = "4.12.4"
7
7
  NAME = "renuo-cli"
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renuo-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.12.3
4
+ version: 4.12.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Renuo AG