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

This commit is contained in:
孟凡懂 2022-06-29 11:52:54 +08:00
parent 5f98e51d9f
commit 635690e8b8

View File

@ -13,7 +13,9 @@ server:
clone: clone:
disable: true disable: true
environment: steps:
- name: "Git 设置"
environment:
WEBROOT: WEBROOT:
from_secret: WEBROOT from_secret: WEBROOT
GIT_NAME: GIT_NAME:
@ -30,11 +32,8 @@ environment:
from_secret: MYSQLPASSWD from_secret: MYSQLPASSWD
MYSQLPORT: MYSQLPORT:
from_secret: MYSQLPORT from_secret: MYSQLPORT
steps:
- name: "Git 设置"
commands: commands:
- env
- export WEBROOT=$WEBROOT - export WEBROOT=$WEBROOT
- export MYSQLHOST=$MYSQLHOST - export MYSQLHOST=$MYSQLHOST
- export MYSQLNAME=$MYSQLNAME - export MYSQLNAME=$MYSQLNAME