From 7ac8a45fdda9945894e30ff63af47ee878d4670a Mon Sep 17 00:00:00 2001 From: Serreau Jovann Date: Wed, 16 Jul 2025 10:37:52 +0200 Subject: [PATCH] chore(gitlab-ci): Ajoute source bashrc --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38dac5e..bfb1b1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,7 @@ install_dependencies: script: - echo "Starting installation stage..." - curl -fsSL https://bun.sh/install | bash + - source /root/.bashrc - composer install # Ajout de la commande composer install - bun install # Ajout de la commande bun install - echo "Dependencies installed successfully." @@ -53,6 +54,7 @@ build_application: script: - echo "Starting build stage..." - curl -fsSL https://bun.sh/install | bash + - source /root/.bashrc - echo "Application built successfully." needs: - run_tests #