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

This commit is contained in:
孟凡懂 2022-06-29 12:09:08 +08:00
parent ce2134e95e
commit c1e7f1957c

View File

@ -32,7 +32,7 @@ steps:
MYSQLPORT: MYSQLPORT:
from_secret: MYSQLPORT from_secret: MYSQLPORT
commands: commands:
- export WEBROOT=${WEBROOT} - export WEBROOT=$WEBROOT
- export MYSQLHOST=$MYSQLHOST - export MYSQLHOST=$MYSQLHOST
- export MYSQLNAME=$MYSQLNAME - export MYSQLNAME=$MYSQLNAME
- export MYSQLUSER=$MYSQLUSER - export MYSQLUSER=$MYSQLUSER
@ -40,11 +40,11 @@ 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 "$$GIT_NAME"
- echo "$WEBROOT" - echo "$GIT_NAME"
- echo $$WEBROOT - echo $$GIT_NAME
- echo $WEBROOT - echo $GIT_NAME
- echo ${WEBROOT} - echo ${GIT_NAME}
- env - env
- cd $WEBROOT - cd $WEBROOT
- git remote rm origin - git remote rm origin