-
Notifications
You must be signed in to change notification settings - Fork 363
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
chore: make command's run startup-hook.sh [RM-159] #9275
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9275 +/- ##
==========================================
+ Coverage 44.56% 44.58% +0.01%
==========================================
Files 1275 1275
Lines 156216 156216
Branches 2451 2451
==========================================
+ Hits 69625 69652 +27
+ Misses 86351 86324 -27
Partials 240 240
Flags with carried forward coverage won't be shown. Click here to find out more. |
✅ Deploy Preview for determined-ui canceled.
|
**Improvements** | ||
|
||
- Commands: Commands now support automatically running a ``startup-hook.sh`` when one is present in | ||
the commands context directory. |
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.
- Commands: Commands now support automatically executing a
startup-hook.sh
script if it is present in the command's context directory.
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.
suggested edit
d48d798
to
c2e9936
Compare
Ticket
Description
Commands run a startup-hook.sh if specified.
Test Plan
e2e test + manual
Should show
Checklist
docs/release-notes/
.See Release Note for details.