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 ff05a8d + 435ebf4 commit 65995afCopy full SHA for 65995af
tests/integration/pullbuildtrees.py
@@ -38,6 +38,7 @@
38
# cleared as just forcefully removing the refpath leaves dangling objects.
39
def default_state(cli, tmpdir, share):
40
shutil.rmtree(os.path.join(str(tmpdir), "cas"))
41
+ shutil.rmtree(os.path.join(str(tmpdir), "assets"))
42
cli.configure(
43
{
44
"artifacts": {"servers": [{"url": share.repo, "push": False}]},
0 commit comments