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

This commit is contained in:
孟凡懂 2022-06-29 12:48:27 +08:00
parent 707ac960b9
commit 8b13623e1f

View File

@ -27,14 +27,12 @@ steps:
- export MYSQLPASSWD=eSfcCeDH76zC3MLG - export MYSQLPASSWD=eSfcCeDH76zC3MLG
- export MYSQLPORT=3306 - export MYSQLPORT=3306
- echo $WEBROOT - echo $WEBROOT
- env
- cd $WEBROOT - cd $WEBROOT
- git remote rm origin - git remote rm origin
- git remote add origin http://$GIT_NAME:$GIT_PASSWD@git.des8.com/$GIT_NAME/car4s.git - git remote add origin http://$GIT_NAME:$GIT_PASSWD@git.des8.com/$GIT_NAME/car4s.git
- name: "Clone 代码" - name: "Clone 代码"
commands: commands:
- export WEBROOT=$WEBROOT
- echo "Clone 代码" - echo "Clone 代码"
- cd $WEBROOT - cd $WEBROOT
- pwd && ls -l - pwd && ls -l