Skip to content

Commit

Permalink
pd_real_cluster: remove cd to specific dir (#2689)
Browse files Browse the repository at this point in the history
after tikv/pd#7567 merged we can remove `cd`
operator

---------

Signed-off-by: husharp <jinhao.hu@pingcap.com>
  • Loading branch information
HuSharp authored Dec 19, 2023
1 parent 282df65 commit 387e9e5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ pipeline {
steps {
dir('pd') {
sh label: "PD Real Cluster Check", script: """
cd tests/integrations/realtiup
make check
make test-real-cluster
"""
}
}
Expand Down

0 comments on commit 387e9e5

Please sign in to comment.