This commit is contained in:
parent
1e068bdac4
commit
1074f8d7b9
1 changed files with 11 additions and 5 deletions
16
.drone.yml
16
.drone.yml
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue