-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Multiple build problem on git branches #40
Comments
Thanks for the feedback,I will confirm this issue later. |
@kabessao Are you using the latest version? A one-second delay has been processed in the project,Is it that the delay is not enough. Lines 58 to 66 in f7b7964
Lines 110 to 118 in f7b7964
|
I've just cross checked the lines that the log shows with your code on master and indeed it does not match, and checking the code inside the docker image confirms it. That means this command is not getting the latest version: go get github.com/silenceper/gowatch |
try this:
|
Same result, it gave me the older version. I don't know if this helps since I'm new to golang, but this is the docker image we're using |
Maybe you can also try to download |
The project I'm working on has many branches that at some point are going to be merged to master, and whenever I switch branches with the application running it starts building for each modified file.
Ex.: if I change to a branch that has 100 files different from master, the application will build 100 times.
It would be nice if the application could wait, like, 1 second for files to change to build.
The text was updated successfully, but these errors were encountered: