Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/setup-cfengine-build-host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ if ! /var/cfengine/bin/cf-agent -V; then
elif software python3-pip; then
pip install cf-remote
fi
export PATH=/usr/local/bin:$PATH # add /usr/local/bin for pip/pipx installed cf-remote
if command -v cf-remote >/dev/null; then
cf-remote --log-level info --version master install --clients localhost || true
fi
Expand Down