-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Script contributor tests #6269
Comments
- fixes go-gitea#6243 - partial fix for go-gitea#6269 Signed-off-by: Steve Traugott <[email protected]>
I've trimmed this issue; it originally included a suggestion that we run the script automatically at PR submission to ensure the script itself stays updated. If that gets done it should probably be handled as a separate discussion and/or project. |
I've removed the script from PR #6305 -- if anyone is looking for it, you can grab a copy at https://github.com/stevegt/gitea/blob/drone-cli-bash/scripts/test-local.sh. The script only runs on Linux and should be replaced with a go version for portability; I'll work on that if nobody else gets to it first. |
* add scripts/test-local.sh and fix CONTRIBUTING.md - fixes #6243 - partial fix for #6269 Signed-off-by: Steve Traugott <[email protected]> * remove reference to possible automated drone run * remove bash version of drone-cli test script * fix issue number links in testing instructions * remove scripts/test-local.sh
Touching to make stale bot happy -- have been getting myself up to speed on go while working on another project; haven't forgotten about this. |
Now we have used drone 1.x, so the |
Now the development of Gitea doesn't need Drone, |
We keep regressing in CONTRIBUTING.md. This time, it's starting to look like at least some contributors may not have been able to run drone tests since October 2018 (#6243). The last time we touched this was back in #4053, #4055, #4070, and #4071.
I think we need to:
Both of these are handled by #6305.The text was updated successfully, but these errors were encountered: