drone-configs/fluffychat.yml
2021-08-14 18:22:48 +02:00

18 lines
196 B
YAML

---
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: amd64
steps:
- name: build
image: archlinux/base-devel
commands:
- whoami
- pacman -S flutter
- ls -al
...