Fix the failure of Oracle scenario (#5540)
This commit is contained in:
parent
c33a55cda1
commit
f3967840c5
|
|
@ -93,7 +93,7 @@ jobs:
|
|||
- name: Oracle 10.2.0.4.0 (1)
|
||||
run: |
|
||||
curl -O https://skyapm.github.io/ci-assist/jars/ojdbc14-10.2.0.4.0.jar
|
||||
curl -L -o ./skywalking-agent/plugins/apm-oracle-10.x-plugin-1.0.1.jar https://github.com/SkyAPM/java-plugin-extensions/releases/download/1.0.1/apm-oracle-10.x-plugin-1.0.1.jar
|
||||
curl -L -o ./skywalking-agent/plugins/apm-oracle-10.x-plugin-2.0.0.jar https://github.com/SkyAPM/java-plugin-extensions/releases/download/2.0.0/apm-oracle-10.x-plugin-2.0.0.jar
|
||||
./mvnw --batch-mode install:install-file -Dfile=ojdbc14-10.2.0.4.0.jar -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.4.0 -Dpackaging=jar
|
||||
bash test/plugin/run.sh oracle-scenario
|
||||
- name: Report Coverage
|
||||
|
|
|
|||
Loading…
Reference in New Issue