From e17d7115962590a58cc25e7e05256c394256fd8d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 27 Feb 2019 22:46:32 +0100 Subject: [PATCH] try workspace again --- .drone.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index df25497..eb2d98f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,17 +2,20 @@ kind: pipeline name: default +workspace: + base: /drone/src + path: xxxxx -clone: - disable: true +# clone: +# disable: true -steps: - - name: clone - image: docker:git - commands: - - git clone $DRONE_GIT_HTTP_URL - - cd $DRONE_REPO_NAME - - git checkout $DRONE_COMMIT -b $DRONE_BRANCH +# steps: +# - name: clone +# image: docker:git +# commands: +# - git clone $DRONE_GIT_HTTP_URL +# - cd $DRONE_REPO_NAME +# - git checkout $DRONE_COMMIT -b $DRONE_BRANCH # - name: ansible-latest # image: python:2.7