We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0d33b commit e678238Copy full SHA for e678238
.buildkite/steps/cleanup.sh
@@ -32,10 +32,8 @@ fi
32
33
if [[ $OSTYPE =~ ^darwin ]] ; then
34
cutoff_date=$(gdate --date='-1 days' +%Y-%m-%d)
35
- cutoff_date_milli=$(gdate --date='-1 days' +%s%3N)
36
else
37
cutoff_date=$(date --date='-1 days' +%Y-%m-%d)
38
- cutoff_date_milli=$(date --date='-1 days' +%s%3N)
39
fi
40
41
echo "--- Cleaning up resources older than ${cutoff_date}"
0 commit comments