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 b7f8938 commit 9345ab5Copy full SHA for 9345ab5
Tools/PC/testflinger_yaml_generator/template/shell_scripts/15_install_checkbox_on_agent
@@ -11,4 +11,5 @@ CHECKBOX_VERSION=$(_run $CHECKBOX_CLI_CMD --version)
11
git clone --depth=1 https://github.com/canonical/hwcert-jenkins-tools.git > /dev/null
12
git clone --filter=tree:0 https://github.com/canonical/checkbox.git > /dev/null
13
hwcert-jenkins-tools/version-published/checkout_to_version.py ~/checkbox "$CHECKBOX_VERSION"
14
-(cd checkbox/checkbox-ng || return; sudo python3 setup.py install > /dev/null)
+pipx install --spec checkbox/checkbox-ng checkbox-ng
15
+sudo rm -rf checkbox
0 commit comments