diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 0ab6f63..642cdd0 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -1,17 +1,17 @@ -kind: pipeline -type: docker -name: master -platform: - os: linux +kind: pipeline +type: docker +name: master +platform: + os: linux arch: amd64 steps: -- name: maven - image: maven:3-jdk-10 - commands: +- name: maven + image: maven:3.6.3-jdk-11 + commands: - mvn install -DskipTests=true -trigger: - branch: - - master - event: - - push +trigger: + branch: + - master + event: + - push