diff --git a/.drone.yml b/.drone.yml index 25fabe0..a797b25 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,10 +1,16 @@ kind: pipeline +type: docker name: default +platform: + os: linux + arch: amd64 + steps: -- name: setup - image: archlinux/base:latest +- name: hallo + image: alpine commands: - - echo 'Server = http://cache.XXXX.org:8080/$repo/os/$arch/' > /etc/pacman.d/mirrorlist - - pacman -Sy --noprogressbar --noconfirm jdk11-openjdk - - JAVA_HOME=/usr/lib/jvm/java-11-openjdk/ ./gradlew clean build test + - echo hello world + +node: + saces: saces