chore(gitlab-ci): Ajoute source bashrc
This commit is contained in:
@@ -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 #
|
||||
|
||||
Reference in New Issue
Block a user