Skip to content

Commit

Permalink
update circleci deploy_data data cksum to only process files
Browse files Browse the repository at this point in the history
  • Loading branch information
Steph-Rancourt committed Oct 22, 2024
1 parent 02da591 commit 2aead31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ jobs:
- run: ./scripts/ci_scripts/create_envs.sh

# Checksum all files in data dir, used to determine if the database needs to be populated
- run: cksum ./data/* > data-checksums
- run: find ./data -type f -exec cksum {} + > data-checksums

# Use this cached file to tell if the data needs to be loaded to mongodb (if on a new branch or if data has changed)
- restore_cache:
Expand Down

0 comments on commit 2aead31

Please sign in to comment.