chore(gitlab-ci): Ajoute source bashrc

This commit is contained in:
Serreau Jovann
2025-07-16 10:37:52 +02:00
parent ac1a339d9d
commit 7ac8a45fdd

View File

@@ -35,6 +35,7 @@ install_dependencies:
script: script:
- echo "Starting installation stage..." - echo "Starting installation stage..."
- curl -fsSL https://bun.sh/install | bash - curl -fsSL https://bun.sh/install | bash
- source /root/.bashrc
- composer install # Ajout de la commande composer install - composer install # Ajout de la commande composer install
- bun install # Ajout de la commande bun install - bun install # Ajout de la commande bun install
- echo "Dependencies installed successfully." - echo "Dependencies installed successfully."
@@ -53,6 +54,7 @@ build_application:
script: script:
- echo "Starting build stage..." - echo "Starting build stage..."
- curl -fsSL https://bun.sh/install | bash - curl -fsSL https://bun.sh/install | bash
- source /root/.bashrc
- echo "Application built successfully." - echo "Application built successfully."
needs: needs:
- run_tests # - run_tests #