Skip to content

Commit

Permalink
Merge 76d7c89 into cccb67d
Browse files Browse the repository at this point in the history
  • Loading branch information
justxuewei committed Oct 28, 2023
2 parents cccb67d + 76d7c89 commit fda1ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrate_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ echo "github pull request base branch -> $3"
echo "github pull request head branch -> ${GITHUB_HEAD_REF}"

echo "use dubbo-go-samples $3 branch for integration testing"
git clone -b master https://github.com/apache/dubbo-go-samples.git samples && cd samples
git clone -b $3 https://github.com/apache/dubbo-go-samples.git samples && cd samples

# update dubbo-go to current commit id
go mod edit -replace=dubbo.apache.org/dubbo-go/v3=github.com/"$1"/v3@"$2"
Expand Down

0 comments on commit fda1ddd

Please sign in to comment.