Skip to content
Snippets Groups Projects
Commit 1c8902e0 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci,scripts/ci] Avoid name clash

parent 8797d696
No related branches found
No related tags found
No related merge requests found
Pipeline #32645 passed
......@@ -215,8 +215,8 @@ def select_user_condarc(paths, branch):
return select_build_file("condarc", paths, branch)
def clean_betas(dry_run, username, password, includes):
"""Cleans-up betas (through the CI). Executes if ``dry_run==False`` only.
def cleanup(dry_run, username, password, includes):
"""Cleans-up WebDAV resources. Executes if ``dry_run==False`` only.
Parameters:
......
......@@ -20,7 +20,7 @@ from ..ci import (
select_conda_build_config,
select_conda_recipe_append,
select_user_condarc,
clean_betas,
cleanup,
)
from ..log import verbosity_option, get_logger, echo_normal
......@@ -998,7 +998,7 @@ def clean_betas(dry_run):
else:
includes = re.compile(r'^(bob|batl|gridtk).*')
clean_betas(
cleanup(
dry_run=dry_run,
username=os.environ["DOCUSER"],
password=os.environ["DOCPASS"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment