From 54f71ab040d990515db19c9a07b488cee11aaee6 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Fri, 11 Jun 2021 06:30:47 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 046674c..d7bc3c4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,5 +11,6 @@ steps: - export SRC=$DRONE_WORKSPACE - chmod 755 $SRC/build.sh - $SRC/build.sh - - touch version.txt - - ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}>version.txt \ No newline at end of file + - 123>version.txt + - ls + #- ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}-${DRONE_REPO_BRANCH}-${DRONE_COMMIT_SHA:0:8}>version.txt \ No newline at end of file