drone-configs/.drone.yml
garionion 96e1f077eb
Some checks reported errors
continuous-integration/drone/push Build encountered an error
add volume to build in
2021-08-01 09:44:47 +02:00

34 lines
No EOL
533 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: {}