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 +4 -4
- data/lib/renuo/cli/commands/check_deploio_status.rb +1 -1
- data/lib/renuo/cli/version.rb +1 -1
- 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: 72df1971721f806f4d84f1146eff321d269134227a98c330e1cf75bfd872949d
|
4
|
+
data.tar.gz: b93857baf06a9ca0c9cb2ed43de305a90e9a2abfc572cc6f542097bec06a2486
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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?
|
data/lib/renuo/cli/version.rb
CHANGED