Skip to content
Snippets Groups Projects
Unverified Commit 17ea9ea7 authored by Casey's avatar Casey :recycle:
Browse files

CI: verbose pmbootstrap

parent 2068e5e2
No related branches found
No related tags found
No related merge requests found
Pipeline #208918 failed
......@@ -48,7 +48,7 @@ def commit_message_has_string(needle):
def run_pmbootstrap(parameters, output_return=False):
""" Run pmbootstrap with the pmaports dir as --aports """
cmd = ["pmbootstrap", "--aports", get_pmaports_dir()] + parameters
cmd = ["pmbootstrap", "-v", "--aports", get_pmaports_dir()] + parameters
stdout = subprocess.PIPE if output_return else None
result = subprocess.run(cmd, stdout=stdout, universal_newlines=True)
result.check_returncode()
......
......@@ -13,6 +13,7 @@ variables:
# seems like a reasonable balance. If this is too low, git merge-base (from ci/
# common.py) can fail
GIT_DEPTH: 100
PMBOOTSTRAP_TAG: caleb/debug
# This defines the rules for when a pipeline should run.
workflow:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment