Skip to content

Commit

Permalink
create a CircleCI cache for tomorrow
Browse files Browse the repository at this point in the history
  • Loading branch information
jgongd committed Dec 3, 2024
1 parent 873ddc1 commit b280740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ commands:
echo '<<parameters.python-version>>' >> /tmp/cachefile
echo '<<parameters.install-python>>' >> /tmp/cachefile
echo '<<parameters.install-nvidia-apex>>' >> /tmp/cachefile
date -u '+%y/%m/%d' >> /tmp/cachefile
date -v+1d -u '+%y/%m/%d' >> /tmp/cachefile
- restore_cache:
keys:
Expand Down

0 comments on commit b280740

Please sign in to comment.