fixed print of mail
This commit is contained in:
parent
7694973da4
commit
8472f77d24
|
@ -227,7 +227,7 @@ steps:
|
|||
- mysql_root_password
|
||||
script:
|
||||
- rm -f env-ghost
|
||||
- "echo 'export MAIL=\"$${MAIL}\"' >> env-ghost # \"mail\""
|
||||
- "echo \"export MAIL='$${MAIL}'\" >> env-ghost # \"mail\""
|
||||
- "echo \"export COMMENTO_ORIGIN='$${COMMENTO_ORIGIN}'\" >> env-ghost # \"commento-origin\""
|
||||
- "echo \"export THEME='$${THEME}'\" >> env-ghost # \"theme\""
|
||||
- "echo \"export MYSQL_ROOT_PASSWORD='$${MYSQL_ROOT_PASSWORD}'\" >> env-ghost # \"mysql-root-password\""
|
||||
|
|
Loading…
Reference in New Issue