1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-07-27 11:20:04 +02:00

Update .drone.yml

This commit is contained in:
Xuan Sang LE
2021-01-27 19:55:31 +01:00
committed by GitHub
parent ba20d5c53d
commit ca57959c6d

View File

@ -5,13 +5,14 @@ name: default
platform: platform:
os: linux os: linux
arch: arm64 arch: arm64
clone:
disable: true
steps: steps:
- name: clone - name: clone
commands: commands:
- pwd - pwd
- git clone git@iohub.dev:lxsang/antd-lua-plugin.git - git clone git@iohub.dev:lxsang/antd-lua-plugin.git
- cd ./antd-lua-plugin && git checkout master - cd ./antd-lua-plugin && git checkout master
steps:
- name: build - name: build
commands: commands:
- cd ./antd-lua-plugin - cd ./antd-lua-plugin