This commit is contained in:
parent
072c9ec838
commit
c0869f5ebc
@ -32,7 +32,6 @@ steps:
|
|||||||
MYSQLPORT:
|
MYSQLPORT:
|
||||||
from_secret: MYSQLPORT
|
from_secret: MYSQLPORT
|
||||||
commands:
|
commands:
|
||||||
- env
|
|
||||||
- export WEBROOT=$WEBROOT
|
- export WEBROOT=$WEBROOT
|
||||||
- export MYSQLHOST=$MYSQLHOST
|
- export MYSQLHOST=$MYSQLHOST
|
||||||
- export MYSQLNAME=$MYSQLNAME
|
- export MYSQLNAME=$MYSQLNAME
|
||||||
@ -41,8 +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 "$WEBROOT"
|
||||||
- echo $$WEBROOT
|
- echo $$WEBROOT
|
||||||
- echo ${MYSQLPORT}
|
- echo $WEBROOT
|
||||||
|
- echo ${WEBROOT}
|
||||||
- env
|
- env
|
||||||
- cd $WEBROOT
|
- cd $WEBROOT
|
||||||
- git remote rm origin
|
- git remote rm origin
|
||||||
|
Loading…
Reference in New Issue
Block a user