drone-configs/fluffychat.yml

19 lines
196 B
YAML
Raw Normal View History

2021-08-11 15:58:29 +02:00
---
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
...