Skip to content

Commit

Permalink
Remove old workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Dec 19, 2024
1 parent ffb2230 commit 094257f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/cli/data_platform_workflows_cli/craft_tools/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,6 @@ def rock():


def charm():
# Remove `charmcraft.yaml` from working directory (directory that subprocess will run as) if it
# exists.
# Workaround for https://github.com/canonical/charmcraft/issues/1389
pathlib.Path("charmcraft.yaml").unlink(missing_ok=True)

parser = argparse.ArgumentParser()
parser.add_argument("--directory", required=True)
parser.add_argument("--channel", required=True)
Expand Down

0 comments on commit 094257f

Please sign in to comment.