未验证 提交 4c3010c9 编写于 作者: 静夜思朝颜's avatar 静夜思朝颜 提交者: GitHub

Fix MySQL related E2E failures (#9466)

上级 29c4344b
......@@ -21,6 +21,11 @@ SW_HOME=/skywalking
MYSQL_URL="https://repo.maven.apache.org/maven2/mysql/mysql-connector-java/8.0.13/mysql-connector-java-8.0.13.jar"
MYSQL_DRIVER="mysql-connector-java-8.0.13.jar"
# ensure the curl command been installed
if ! command -v curl &> /dev/null; then
apt update -y && apt install -y curl
fi
if ! curl -Lo "${SW_HOME}/oap-libs/${MYSQL_DRIVER}" ${MYSQL_URL}; then
echo "Fail to download ${MYSQL_DRIVER}."
exit 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册