kind: pipeline type: exec name: default clone: disable: true steps: - name: clone commands: - git clone https://git.cubetiqs.com/CUBETIQ/prisma-starter.git . - git checkout $DRONE_COMMIT steps: - name: build-and-test commands: - yarn - yarn test