From c0869f5ebca17facbe4a421862e5c6523d83effd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=87=A1=E6=87=82?= Date: Wed, 29 Jun 2022 12:05:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1286c99..8da7c2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,6 @@ steps: MYSQLPORT: from_secret: MYSQLPORT commands: - - env - export WEBROOT=$WEBROOT - export MYSQLHOST=$MYSQLHOST - export MYSQLNAME=$MYSQLNAME @@ -41,8 +40,11 @@ steps: - export MYSQLPORT=$MYSQLPORT - export GIT_NAME=$GIT_NAME - export GIT_PASSWD=$GIT_PASSWD + - echo "$$WEBROOT" + - echo "$WEBROOT" - echo $$WEBROOT - - echo ${MYSQLPORT} + - echo $WEBROOT + - echo ${WEBROOT} - env - cd $WEBROOT - git remote rm origin