-
Notifications
You must be signed in to change notification settings - Fork 8
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
FE-249 add helper scripts to horsefish #178
Conversation
…cripts in scripts/general - and adding find_loop.py
For the find_loop.py script - I think it would be helpful to print some indication that it at least ran successfully and found the string? Printing the line # where the string is found would be ideal. Otherwise, looks good to me! |
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.
looks good!
@samanthahv I made the requested changes and am going to go ahead and merge for the end of the sprint. |
Added find_loop.py to horsefish along with a basic Python Docker image in which to run the script. Added usage in the script itself and verified that it will run with the instructions given in the main horsefish readme.
Also added to GitHub actions which will build and push updated images for the scripts/general folder on push to non-main branches and PRs to main.
Lastly, there is a bash script for building and pushing locally.