2021-03-17 12:37:20 +07:00
|
|
|
kind: pipeline
|
|
|
|
type: exec
|
|
|
|
name: default
|
|
|
|
|
2021-03-17 12:48:05 +07:00
|
|
|
platform:
|
|
|
|
os: darwin
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
clone:
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: clone
|
|
|
|
commands:
|
|
|
|
- git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git .
|
|
|
|
- git checkout $DRONE_COMMIT
|
|
|
|
|
2021-03-17 12:54:02 +07:00
|
|
|
steps:
|
2021-03-17 14:07:33 +07:00
|
|
|
- name: fastlane
|
2021-03-17 12:54:02 +07:00
|
|
|
commands:
|
2021-03-17 12:58:57 +07:00
|
|
|
- whoami
|
2021-03-17 14:07:33 +07:00
|
|
|
- fastlane --version
|
2021-03-17 14:12:53 +07:00
|
|
|
- zsh echo "hello"
|