From 1074f8d7b9671d517b16cc1363c86ffe041a07d3 Mon Sep 17 00:00:00 2001 From: saces Date: Sun, 6 Dec 2020 00:29:38 +0100 Subject: [PATCH] surprise test --- .drone.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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