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.
1 parent d5a6555 commit 8fa3082Copy full SHA for 8fa3082
ads/opctl/conda/pack.py
@@ -47,7 +47,7 @@ def main(pack_folder_path, manifest_file=None):
47
48
manifest = env["manifest"]
49
slug = manifest.get("slug", os.path.basename(pack_folder_path))
50
- if not "type" in manifest:
+ if os.environ.get("CONDA_PUBLISH_TYPE") != "service":
51
manifest["type"] = "published"
52
new_env_info["manifest"] = manifest
53
with open(manifest_path, "w") as f:
0 commit comments