diff --git a/.drone.yml b/.drone.yml index c32e197..cba2fbc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - name: clone commands: - pwd - - git clone git@iohub.dev:lxsang/ant-http.git + - git clone git@iohub.dev:2222/lxsang/ant-http.git - cd ./ant-http && 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 - make - make install trigger: