We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0768a commit 54aceb5Copy full SHA for 54aceb5
ci/setup-cfengine-build-host.sh
@@ -191,7 +191,7 @@ if ! /var/cfengine/bin/cf-agent -V; then
191
pip install cf-remote
192
fi
193
if command -v cf-remote >/dev/null; then
194
- cf-remote --version master install --clients localhost || true
+ cf-remote --log-level debug --version master install --clients localhost || true
195
196
197
0 commit comments