Skip to content

Commit

Permalink
recover integration test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Aug 28, 2022
1 parent d96b220 commit 3c7a964
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 disable-java-IT https://github.com/chickenlj/dubbo-go-samples.git samples && cd samples
git clone -b master 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 3c7a964

Please sign in to comment.