Fix graalvm build (#232)

Signed-off-by: ruromero <rromerom@redhat.com>
This commit is contained in:
Ruben Romero Montes 2020-09-11 16:56:17 +02:00 committed by GitHub
parent 53c0a84f43
commit e9c8da021a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ jobs:
- name: "GraalVM 20.1.0 (8)"
if: type != pull_request
install: . ./install-jdk.sh --url "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-20.1.0/graalvm-ce-java8-linux-amd64-20.1.0.tar.gz"
script: mvn clean verify -B
script: mvn clean install -B
- name: "GraalVM 20.1.0 (11)"
if: type != pull_request
install: . ./install-jdk.sh --url "https://github.com/graalvm/graalvm-ce-builds/releases/download/vm-20.1.0/graalvm-ce-java11-linux-amd64-20.1.0.tar.gz"
script: mvn clean verify -B
script: mvn clean install -B
- stage: deploy
if: type != pull_request
name: Deploy to Maven Repository