From 54054fc48a7d34c40675bcbd183b7907ccf8867c Mon Sep 17 00:00:00 2001 From: Xuan Sang LE Date: Wed, 27 Jan 2021 18:04:38 +0100 Subject: [PATCH] Update .drone.yml --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6fd7822..b5c5702 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,14 +10,14 @@ clone: steps: - name: clone commands: + - pwd - git clone git@iohub.dev:lxsang/antos.git - - git checkout master + - cd ./antos && git checkout master - name: build commands: - - make test - - BUILDDIR=/opt/cloud/cuser/os make release - - DOCDIR=/opt/cloud/cuser/os/doc make doc - - make install + - cd ./antos && make test + - BUILDDIR=/opt/cloud/cuser/os cd ./antos && make release + - DOCDIR=/opt/cloud/cuser/os/doc cd ./antos && make doc trigger: branch: - master