From 0a0cd8c19d5dcb37076f0db00fff8a972a7220ec Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Fri, 19 Mar 2021 10:55:12 +0100 Subject: [PATCH] Update .drone.yml --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 95c4fac..cce7622 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,14 +4,14 @@ type: exec name: default platform: os: linux - arch: arm64 + arch: amd64 clone: disable: true steps: - name: clone commands: - pwd - - git clone git@iohub.dev:lxsang/antd-tunnel-plugin.git + - git clone ssh://git@iohub.dev:2222/lxsang/antd-tunnel-plugin.git - cd ./antd-tunnel-plugin && git checkout master - name: build commands: @@ -20,7 +20,7 @@ steps: - aclocal - autoconf - automake --add-missing - - ./configure --prefix=/opt/cloud/cuser + - ./configure --prefix=/opt/cloud/artifacts/plugins - make - make install trigger: