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

Fix bug when refresh gitea access token #2920

Merged
merged 2 commits into from
Mar 9, 2020
Merged

Fix bug when refresh gitea access token #2920

merged 2 commits into from
Mar 9, 2020

Commits on Feb 14, 2020

  1. Fix bug when refresh gitea access token

    	When the URI has extra '/' in DRONE_GITEA_SERVER, the drone
    	will not pull the repo since it cannot refresh the access token.
    	The log in gitea shows the drone try to access '//login/oauth/access_token'
    
    	Related to commit 5414bb7
    cmj0121 committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    3e74e30 View commit details
    Browse the repository at this point in the history
  2. Missing the strings library

    cmj0121 committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    74423bf View commit details
    Browse the repository at this point in the history