-
Notifications
You must be signed in to change notification settings - Fork 81
feat(git-clone module): added post_clone_script. #357
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
feat(git-clone module): added post_clone_script. #357
Conversation
… after cloning the repository. Runs always after git clone, even if the repository already exists.
|
These are from the logs of the failing test in |
|
Once these are resolved I will test, and then we can merge |
|
@iamriajul I just wanted to check in on this and see if there was an update? |
… the exit code is no longer output the same way with the run.sh
|
@Parkreiner @matifali can one of you guys review this when you get a chance? |
buenos-nachos
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.
This looks good to me!
Description
Custom script to run after cloning the repository. Runs always after git clone, even if the repository already exists.
Type of Change
Module Information
Path:
registry/coder/modules/git-cloneNew version:
v1.2.0Breaking change: [ ] Yes [x] No
Testing & Validation
bun test)bun run fmt)Related Issues