@@ -11,6 +11,8 @@ steps:
image: alpine/git
commands:
- git clone -b develop http://kpt.kptyun.cn:3000/xuyiping/kpt-tmr-group.git
+ - ls -l
+ - pwd
- name: build
image: plugins/docker
volumes:
@@ -6,7 +6,7 @@ owner="yiping.xu"
WORKDIR /bin
-RUN ls -l && \
+RUN ls -l /drone/src && \
pwd
RUN rm -rf /drone/src/kpt-tmr-group/bin && \