surprise test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
saces 2020-12-06 00:29:38 +01:00
parent 1e068bdac4
commit 1074f8d7b9

View File

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