From 50a2d40213c40f16616ab81d814177cf085c12e6 Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Wed, 27 Jan 2021 19:58:14 +0100 Subject: [PATCH] Update .drone.yml --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index eb8b281..c32e197 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,9 +5,17 @@ name: default platform: os: linux arch: arm64 +clone: + disable: true steps: +- name: clone + commands: + - pwd + - git clone git@iohub.dev:lxsang/ant-http.git + - cd ./ant-http && git checkout master - name: build commands: + - cd ./ant-http - libtoolize - aclocal - autoconf