This commit is contained in:
parent
b3e3fdbc74
commit
7b42452991
@ -12,7 +12,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:
|
||||||
@ -29,10 +31,6 @@ environment:
|
|||||||
from_secret: MYSQLPASSWD
|
from_secret: MYSQLPASSWD
|
||||||
MYSQLPORT:
|
MYSQLPORT:
|
||||||
from_secret: MYSQLPORT
|
from_secret: MYSQLPORT
|
||||||
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: "Git 设置"
|
|
||||||
commands:
|
commands:
|
||||||
- env
|
- env
|
||||||
- export WEBROOT=$WEBROOT
|
- export WEBROOT=$WEBROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user