drone-configs/.drone.yml
garionion 94b90570bc
Some checks reported errors
continuous-integration/drone/push Build encountered an error
add volume to build in
2021-07-31 23:43:13 +02:00

34 lines
No EOL
501 B
YAML

kind: pipeline
type: docker
name: default
clone:
disable: true
trigger:
repo:
include:
- garionion/fluffychat
- garionion/fluffybuild
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: {}