Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DTC8 authored Feb 1, 2023
1 parent 49ca3f2 commit 95d4d44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
CC: gcc-4.9
CXX: g++-4.9
ver: dtc-v2.1.3
ver: dtc-v2.1.3-m

jobs:
build:
Expand Down Expand Up @@ -70,10 +70,10 @@ jobs:
chmod +x dtc/bin/dtc.sh
chmod +x dtc/bin/agent.sh
wget "https://storage.jd.com/bq-install/shardingsphere/sharding-851d4a.tgz" -O dtc/sharding.tar.gz
tar -zxvf dtc/sharding.tar.gz -C dtc
rm dtc/sharding.tar.gz
cp ../dockerfiles/devel/mysql-connector-java-5.1.49.jar dtc/sharding/lib/mysql-connector-java-5.1.49.jar
#wget "https://storage.jd.com/bq-install/shardingsphere/sharding-851d4a.tgz" -O dtc/sharding.tar.gz
#tar -zxvf dtc/sharding.tar.gz -C dtc
#rm dtc/sharding.tar.gz
#cp ../dockerfiles/devel/mysql-connector-java-5.1.49.jar dtc/sharding/lib/mysql-connector-java-5.1.49.jar
cp ../conf/log4cplus.conf dtc/conf/
cp ../conf/log4cplus-wd.conf dtc/conf/
Expand Down

0 comments on commit 95d4d44

Please sign in to comment.