Skip to content

Commit

Permalink
change branch of cita_quality
Browse files Browse the repository at this point in the history
  • Loading branch information
UDLD committed Feb 17, 2020
1 parent 51841c1 commit 9cdd97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-system-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test -e cita_quality | git clone --depth 1 ${SYSTEM_TEST_CODE_URL}
cp cita-sdk-java/console/build/libs/console-*-all.jar ./cita_quality/systemTest/console.jar
cd ./cita_quality/systemTest
system_test_dir=$(pwd)
git checkout change-cryptape-citahub | git pull
git checkout master | git pull

# use local sdk change the maven sdk
CITA_SDk_VERSION=$( cat pom.xml | grep -A 1 ">core<" | grep version | awk -F "[<>]" '{print $3}')
Expand Down

0 comments on commit 9cdd97e

Please sign in to comment.