Skip to content

Commit dc0768a

Browse files
committed
do not fail if cf-remote fails. we will install from source in that case.
1 parent 4d23c57 commit dc0768a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/setup-cfengine-build-host.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ if ! /var/cfengine/bin/cf-agent -V; then
191191
pip install cf-remote
192192
fi
193193
if command -v cf-remote >/dev/null; then
194-
cf-remote --version master install --clients localhost
194+
cf-remote --version master install --clients localhost || true
195195
fi
196196
fi
197197

0 commit comments

Comments
 (0)