Skip to content

Commit

Permalink
fix(pipelines/tikv/pd): using other goproxy to avoid branch version i…
Browse files Browse the repository at this point in the history
…ssue (#1668)
  • Loading branch information
wuhuizuo authored Dec 28, 2022
1 parent 6b00107 commit b5c00b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipelines/tikv/pd/latest/ghpr_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ pipeline {
}
}
}
stage('Build') {
stage('Build') {
steps {
dir('pd') {
sh '''
WITH_RACE=1 make && mv bin/pd-server bin/pd-server-race
make
GOPROXY="https://proxy.golang.org,direct" WITH_RACE=1 make && mv bin/pd-server bin/pd-server-race
GOPROXY="https://proxy.golang.org,direct" make
'''
}
}
Expand Down

0 comments on commit b5c00b2

Please sign in to comment.