mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
test: Reveal .env file for logs
This commit is contained in:
parent
ecad16e1a8
commit
7d031576a3
1 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ check_health() {
|
|||
echo ::group::Setup .env
|
||||
cp env-example .env
|
||||
sed -i -e "s/edge/v13/g" .env
|
||||
cat .env
|
||||
# shellcheck disable=SC2046
|
||||
export $(cat .env)
|
||||
|
||||
|
|
@ -103,6 +104,7 @@ ping_site
|
|||
|
||||
print_group "Update .env (v13 -> edge)"
|
||||
sed -i -e "s/v13/edge/g" .env
|
||||
cat .env
|
||||
# shellcheck disable=SC2046
|
||||
export $(cat .env)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue