From 072c9ec8380a7b630638b68b4fbc6866ccc7dc4b 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:04:00 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 16b89e5..1286c99 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,8 +41,8 @@ steps: - export MYSQLPORT=$MYSQLPORT - export GIT_NAME=$GIT_NAME - export GIT_PASSWD=$GIT_PASSWD - - echo $WEBROOT - - echo $MYSQLPORT + - echo $$WEBROOT + - echo ${MYSQLPORT} - env - cd $WEBROOT - git remote rm origin