Skip to content
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

Sync tool checks are failing even if the repositories are clean #153

Open
nathanaelhoun opened this issue May 20, 2021 · 1 comment
Open
Labels
Difficulty/2:Medium Medium ticket Hacktoberfest Help Wanted Community help wanted Tech/Go Type/Bug Something isn't working Up For Grabs Ready for help from the community. Removed when someone volunteers

Comments

@nathanaelhoun
Copy link

nathanaelhoun commented May 20, 2021

Hi! I am trying the relatively new synchronisation tool, but it always fails with this message:

failed check: "source" repository is not clean
exit status 1

Both of the source and target repositories are clean (git status outputs nothing to commit, working tree clean).

Go version: tested with v1.16.4 and v15.5.5
Concerned plugin: https://github.com/nathanaelhoun/mattermost-plugin-broomer
Starter-template is updated to latest master

@hanzei
Copy link
Contributor

hanzei commented May 21, 2021

Good catch. There seems to be an issue with the separate go.mod file in /build. Maybe an option to specify the source directory is needed. Then the command could the run from /build or anywhere else.

@hanzei hanzei added Help Wanted Community help wanted Type/Bug Something isn't working Up For Grabs Ready for help from the community. Removed when someone volunteers Difficulty/2:Medium Medium ticket Tech/Go labels May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty/2:Medium Medium ticket Hacktoberfest Help Wanted Community help wanted Tech/Go Type/Bug Something isn't working Up For Grabs Ready for help from the community. Removed when someone volunteers
Projects
None yet
Development

No branches or pull requests

3 participants