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.
2 parents 7d4f6bb + 2288e6c commit 74a1e95Copy full SHA for 74a1e95
ci/setup-cfengine-build-host.sh
@@ -190,6 +190,7 @@ if ! /var/cfengine/bin/cf-agent -V; then
190
elif software python3-pip; then
191
pip install cf-remote
192
fi
193
+ export PATH=/usr/local/bin:$PATH # add /usr/local/bin for pip/pipx installed cf-remote
194
if command -v cf-remote >/dev/null; then
195
cf-remote --log-level info --version master install --clients localhost || true
196
0 commit comments