Skip to content

Commit d5a6555

Browse files
authored
Fixes
1 parent 72cbaad commit d5a6555

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ads/opctl/conda/cmds.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def _publish(
672672
publish_slug,
673673
)
674674
if os.environ.get("CONDA_PUBLISH_TYPE") != "service":
675-
# Set these values only for
675+
# Set these values only for published conda pack
676676
manifest["pack_path"] = os.path.join(
677677
prefix,
678678
manifest.get("arch_type", "CPU").lower(),
@@ -681,7 +681,7 @@ def _publish(
681681
publish_slug,
682682
)
683683
manifest["pack_uri"] = pack_uri
684-
manifest["type"] = "published"
684+
685685
with open(manifest_location, "w") as f:
686686
yaml.safe_dump(env, f)
687687
if pack_size > 100:

0 commit comments

Comments
 (0)