Skip to content

Commit 74a1e95

Browse files
Merge pull request #2086 from craigcomstock/fix-buildhost-cf-remote-install
Fixed use of cf-remote in build host setup
2 parents 7d4f6bb + 2288e6c commit 74a1e95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/setup-cfengine-build-host.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ if ! /var/cfengine/bin/cf-agent -V; then
190190
elif software python3-pip; then
191191
pip install cf-remote
192192
fi
193+
export PATH=/usr/local/bin:$PATH # add /usr/local/bin for pip/pipx installed cf-remote
193194
if command -v cf-remote >/dev/null; then
194195
cf-remote --log-level info --version master install --clients localhost || true
195196
fi

0 commit comments

Comments
 (0)