Skip to content

Commit

Permalink
Warning not to remove the copy stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Jul 12, 2024
1 parent 6216a97 commit bdf2bab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion feedstock/recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@
| InjectAttrs()
| ConsolidateDimensionCoordinates()
| ConsolidateMetadata()
| Copy(target=catalog_store_urls["small"])
| Copy(target=catalog_store_urls["small"]) # DO NOT REMOVE THIS STAGE. This stage will copy the
# resulting zarr array to the location specified in the
# `catalog.yaml` file.
)

# larger recipe
Expand Down

0 comments on commit bdf2bab

Please sign in to comment.