Skip to content

Commit

Permalink
linux date format
Browse files Browse the repository at this point in the history
  • Loading branch information
jgongd committed Dec 3, 2024
1 parent b280740 commit 6476064
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 -v+1d -u '+%y/%m/%d' >> /tmp/cachefile
date -d '+1 day' -u '+%y/%m/%d' >> /tmp/cachefile
- restore_cache:
keys:
Expand Down

0 comments on commit 6476064

Please sign in to comment.