macos-pipeline-drone/.drone.yml

13 lines
202 B
YAML
Raw Normal View History

2021-03-17 12:37:20 +07:00
kind: pipeline
type: exec
name: default
platform:
os: darwin
arch: amd64
steps:
- name: clone
commands:
- git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git
- echo "Successfully!"