From a00ee98fa2cd5b623ece57e3c4630d4d0c958d3a Mon Sep 17 00:00:00 2001 From: Harshil Sharma <18575143+harshilsharma63@users.noreply.github.com> Date: Fri, 2 Jun 2023 12:41:49 +0530 Subject: [PATCH] Repo name ci fixes (#23569) * mattermost-server -> mattermost * mattermost-server -> mattermost * Empty-Commit * Empty-Commit * Empty-Commit --------- Co-authored-by: Antonis Stamatiou Co-authored-by: Mattermost Build Co-authored-by: Akis Maziotis --- .github/workflows/esrupgrade-common.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/esrupgrade-common.yml b/.github/workflows/esrupgrade-common.yml index bd03536667..08be10a484 100644 --- a/.github/workflows/esrupgrade-common.yml +++ b/.github/workflows/esrupgrade-common.yml @@ -61,8 +61,8 @@ jobs: --env-file=dotenv/test.env \ --env MM_SQLSETTINGS_DRIVERNAME="mysql" \ --env MM_SQLSETTINGS_DATASOURCE="mmuser:mostest@tcp(mysql:3306)/mattermost_test?charset=utf8mb4,utf8&multiStatements=true&maxAllowedPacket=4194304" \ - -v ~/work/mattermost-server:/mattermost-server \ - -w /mattermost-server/mattermost-server \ + -v ~/work/mattermost:/mattermost \ + -w /mattermost/mattermost \ $BUILD_IMAGE & # In parallel, wait for the migrations to finish. # To verify this, we check that the server has finished the startup job through the log line "Server is listening on"