drone-configs/.drone.yml
2021-07-31 23:42:10 +02:00

33 lines
No EOL
473 B
YAML

kind: pipeline
type: docker
name: default
clone:
disable: true
trigger:
repo:
include:
- garionion/fluffychat
steps:
- name: clone
image: alpine/git
volumes:
- name: build
path: /
commands:
- git clone https://git.entr0py.de/garionion/fluffychat.git .
- git checkout $DRONE_COMMIT
- name: build
image: archlinux/base-devel
volumes:
- name: build
path: /
commands:
- ls -al
volumes:
- name: build
temp: {}