-
Notifications
You must be signed in to change notification settings - Fork 18
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: Add just targets for simple stack handling #2985
chore: Add just targets for simple stack handling #2985
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2985 +/- ##
==========================================
- Coverage 11.74% 11.60% -0.14%
==========================================
Files 246 255 +9
Lines 22907 22989 +82
==========================================
- Hits 2690 2669 -21
- Misses 20217 20320 +103 ☔ View full report in Codecov by Sentry. |
* add comments * use ./sbtx
@BalduinLandolt as discussed, I have added the recipes and fine tuned it a bit. Please have a look. |
I like it much better now, thanks! |
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.
I would also add aliases for starting, restarting and destroying stack, but feel free to ignore in this PR.
Pull Request Checklist
Task Description/Number
@irmastnt this automates the commands that worked yesterday which are a lot faster than
make stack-up
which first has to build images for SIPI and the API.PR Type
Basic requirements for bug fixes and features
Does this PR introduce a breaking change?
Does this PR change client-test-data?