Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Upgrade plugin aliyun-ons-1.x #18

Upgrade plugin aliyun-ons-1.x

Upgrade plugin aliyun-ons-1.x #18

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
CI:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- run: |
mkdir ci-dependencies
cd ci-dependencies
curl -O https://skyapm.github.io/ci-assist/jars/ojdbc14-10.2.0.4.0.jar
mvn install:install-file -Dfile=ojdbc14-10.2.0.4.0.jar -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.4.0 -Dpackaging=jar
curl -O https://skyapm.github.io/ci-assist/jars/resin-4.0.41.jar
mvn install:install-file -Dfile=resin-4.0.41.jar -DgroupId=com.caucho -DartifactId=resin -Dversion=4.0.41 -Dpackaging=jar
cd ..
- run: mvn clean install
Morty Proxy This is a proxified and sanitized view of the page, visit original site.