测试
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
孟凡懂 2022-06-29 12:05:31 +08:00
parent 072c9ec838
commit c0869f5ebc

View File

@ -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