-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEAB-6405: Fix date/folder formatting for github app delivery bucket #164
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment
upsertGitHubTag/deployment/index.js
Outdated
-${uploadDate.getDate()}/${deliveryId}`; //formats path to YYYY-MM-DD/deliveryid | ||
const bucketPath = | ||
`${uploadDate.getFullYear()}` + | ||
`-${uploadDate.getMonth() + 1}` + |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice if the length were always the same, e.g., 2024-05-02
instead of 2024-5-2
. It was like this, but I only noticed it now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Screenshot updated :)
Description
The folder names were messed up in the new s3 github delivery bucket because of the linter formatting.
Before:

After:

Issue
https://ucsc-cgl.atlassian.net/browse/SEAB-6405
Security
If there are any concerns that require extra attention from the security team, highlight them here.
Please make sure that you've checked the following before submitting your pull request. Thanks!