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

ci: Fix CI testing failure on push #2470

Merged
merged 1 commit into from
Oct 28, 2023
Merged

Commits on Oct 28, 2023

  1. ci: Fix CI testing failure on push

    `$GITHUB_BASE_NAME` is an invalid variable, and is replaced with
    `$GITHUB_REF_NAME` to acquire target branch of push.
    
    Replacing mod name in `integrate_test.sh` adapts a case of
    "apache/dubbo-go". It ensures that its mod name isn't changed to
    "github.com/apache/dubbo-go".
    
    Signed-off-by: Xuewei Niu <justxuewei@apache.org>
    justxuewei committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    16eae43 View commit details
    Browse the repository at this point in the history