From 73fe9447dec7d88cd00dc7fa39d960bf85b8442a Mon Sep 17 00:00:00 2001 From: maxime Date: Fri, 9 Feb 2024 20:15:17 +0100 Subject: [PATCH] fix ci --- ci/.drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/.drone.yml b/ci/.drone.yml index 42b1c42..fc0d55b 100644 --- a/ci/.drone.yml +++ b/ci/.drone.yml @@ -50,7 +50,7 @@ steps: - mkdir -p /outputs/public # this sed command will replace the included `profile/dev-config-profile.php` to `profile/prod-config-file.php` in the config.php file. - sed -E -i 's/\\/\\*PROFILE_FILE\\*\\/\\s*".*"/"profiles\\/prod-config-profile.php"/' config.php - - sed -E -i "s/const BASE_PATH = .*;/const BASE_PATH = \"\\/IQBall\\/$DRONE_BRANCH\\/public\";/" profiles/prod-config-profile.php + - sed -E -i "s/const BASE_PATH = .*;/const BASE_PATH = \"\\/IQBall\\/$DRONE_BRANCH\\/public\";/" profiles/prod-config-profile.php - rm profiles/dev-config-profile.php - mv src config.php sql profiles vendor /outputs/