-
Notifications
You must be signed in to change notification settings - Fork 4
Remove unnessary SSH in release script #1529
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1529 +/- ##
=======================================
Coverage 92.28% 92.28%
=======================================
Files 142 142
Lines 8092 8092
=======================================
Hits 7468 7468
Misses 624 624
🚀 New features to boost your workflow:
|
DominicOram
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.
Great, thanks, just the one comment
| ) | ||
|
|
||
| # SSH into control machine if not in dev mode | ||
| if options.use_control_machine and release_area != DEV_DEPLOY_LOCATION: |
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.
Should: i think we can remove the use_control_machine too
DominicOram
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.
Great, thanks. Just the one minor comment
| dev_mode: bool = False | ||
| prune_deployments: bool = True | ||
|
|
||
| # NOTE For i24 for now will need to set it to false from the command line |
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.
Nit: Sorry, this comment should also be deleted.
Fixes #1505
Instructions to reviewer on how to test:
Checks for reviewer