Skip to content

Commit

Permalink
Merge pull request #8863 from OpenMined/rasswanth/fix-release
Browse files Browse the repository at this point in the history
Fix Syft Release
  • Loading branch information
rasswanth-s committed May 28, 2024
2 parents 6e22c55 + 10f0ca3 commit 08239da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/create_syftcli_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
PREFIX_PATHS = {
"k8s": "packages/grid/",
"docker": "packages/grid/",
"podman": "packages/grid/podman/podman-kube/",
}


Expand All @@ -36,7 +35,7 @@ def create_tar(key):


if __name__ == "__main__":
for config in ("docker", "podman"):
for config in ("docker",):
print("Generating config for", config)
create_tar(config)
print()
Expand Down

0 comments on commit 08239da

Please sign in to comment.