Revert "fix(CORE/dbupdate)): allow to pass MySQL password via env (#13404)"

This reverts commit c855e8d227.
This commit is contained in:
BeefSteak
2022-10-17 16:03:30 +01:00
parent c855e8d227
commit 086cc8602d
6 changed files with 24 additions and 31 deletions

View File

@@ -42,9 +42,7 @@ jobs:
run: bash bin/acore-db-pendings
- name: Build
run: source ./apps/ci/ci-compile.sh
- name: Dry run authserver
run: source ./apps/ci/ci-dry-run.sh authserver
- name: Dry run worldserver
- name: Dry run
run: source ./apps/ci/ci-dry-run.sh worldserver
- name: Check startup errors
run: source ./apps/ci/ci-error-check.sh

View File

@@ -50,9 +50,7 @@ jobs:
run: bash bin/acore-db-pendings
- name: Build
run: source ./apps/ci/ci-compile.sh
- name: Dry run authserver
run: source ./apps/ci/ci-dry-run.sh authserver
- name: Dry run worldserver
- name: Dry run
run: source ./apps/ci/ci-dry-run.sh worldserver
- name: Check startup errors
run: source ./apps/ci/ci-error-check.sh