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

This commit is contained in:
孟凡懂 2022-06-29 12:04:00 +08:00
parent 897d7d7293
commit 072c9ec838

View File

@ -41,8 +41,8 @@ steps:
- export MYSQLPORT=$MYSQLPORT - export MYSQLPORT=$MYSQLPORT
- export GIT_NAME=$GIT_NAME - export GIT_NAME=$GIT_NAME
- export GIT_PASSWD=$GIT_PASSWD - export GIT_PASSWD=$GIT_PASSWD
- echo $WEBROOT - echo $$WEBROOT
- echo $MYSQLPORT - echo ${MYSQLPORT}
- env - env
- cd $WEBROOT - cd $WEBROOT
- git remote rm origin - git remote rm origin