-
Notifications
You must be signed in to change notification settings - Fork 3
fix cron build #253
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
fix cron build #253
Conversation
|
FYI @kathy-t (there's also something else afoot, looking into it) |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #253 +/- ##
=============================================
- Coverage 70.29% 70.26% -0.04%
+ Complexity 1069 1052 -17
=============================================
Files 47 47
Lines 6070 6070
Branches 799 799
=============================================
- Hits 4267 4265 -2
Misses 1467 1467
- Partials 336 338 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
| // the following change the DB state | ||
| workflowApi.handleGitHubRelease("refs/heads/main", INSTALLATION_ID, WORKFLOW_REPO, USER_2_USERNAME); | ||
|
|
||
| PushPayload pushPayload = new PushPayload().ref("refs/heads/main"); |
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.
The only "real" change now with the bom update split out
(and certain tests skipped)
|
Kudos, SonarCloud Quality Gate passed!
|
kathy-t
left a comment
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.
Thanks for tackling this
Description
Seeing
dockstore-cli/.github/workflows/cron.yml has failed!in #dockstore-dev-infoFollow-up on dockstore/dockstore#5626
PR review after #254 is merged
Review Instructions
Check nightly cron
Issue
SEAB-5781
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!
./mvnw clean install