Add test for drone ci in macos
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
cc3887dfdc
commit
c112f1f149
15
.drone.yml
15
.drone.yml
@ -2,7 +2,22 @@ kind: pipeline
|
|||||||
type: exec
|
type: exec
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: darwin
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
- name: clone
|
||||||
commands:
|
commands:
|
||||||
|
- git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git .
|
||||||
|
- git checkout $DRONE_COMMIT
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
commands:
|
||||||
|
- pwd
|
||||||
|
- ls
|
||||||
- echo "Successfully!"
|
- echo "Successfully!"
|
||||||
|
Loading…
Reference in New Issue
Block a user