Skip to content

Commit

Permalink
fix: add required dryrun option to container cache configuration for …
Browse files Browse the repository at this point in the history
…github workflow
  • Loading branch information
florianzwagemaker committed Dec 18, 2024
1 parent 253a601 commit df8b9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/pull_published_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
base_path_to_container_defs = "./containers"

if __name__ == "__main__":
config = {"container_cache": f"{os.getcwd()}/test_containers"}
config = {"container_cache": f"{os.getcwd()}/test_containers", "dryrun": False}
os.makedirs(config["container_cache"], exist_ok=True)

# move .sif files from ./containers to ./test_containers
Expand Down

0 comments on commit df8b9ee

Please sign in to comment.