Skip to content

Commit

Permalink
add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Jul 19, 2023
1 parent 394f2ad commit f33c72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rapids-date-string
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ if [ "${GITHUB_ACTIONS:-false}" = "true" ]; then
WORKFLOW_DATE=$(rapids-retry gh run view "${GITHUB_RUN_ID}" --json createdAt | jq -r '.createdAt')
RAPIDS_DATE_STRING=$(date -d "${WORKFLOW_DATE}" +%y%m%d)
fi
export RAPIDS_DATE_STRING
export RAPIDS_DATE_STRING

0 comments on commit f33c72e

Please sign in to comment.