From 1a2659f4a6a071f71e96b8695838e069a9c76c29 Mon Sep 17 00:00:00 2001 From: Florian <fmeuleman@takima.fr> Date: Mon, 26 Feb 2024 11:08:31 +0100 Subject: [PATCH] fix/Add proper trainees's url --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c9a2af..66586df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ deploy_trainee_repository: - cd scripts - python deploy_trainee_repo.py variables: - GIT_TRAINEE_REPOSITORY: "gitlab.takima.io:school/formation-dev-web/java-one-trainees.git" + GIT_TRAINEE_REPOSITORY: "gitlab.takima.io/school/formation-dev-web/es6-epf-trainees.git" when: manual cache: paths: @@ -48,7 +48,7 @@ deploy_solution_day_2_step_1: - cd scripts - python deploy_solution.py day-2 step-1 variables: - GIT_TRAINEE_REPOSITORY: "gitlab.takima.io:school/formation-dev-web/java-one-trainees.git" + GIT_TRAINEE_REPOSITORY: "gitlab.takima.io/school/formation-dev-web/es6-epf-trainees.git" when: manual needs: [] cache: @@ -74,7 +74,7 @@ deploy_all_solutions_day_2: - cd scripts - python deploy_solution.py day-2 step-1 variables: - GIT_TRAINEE_REPOSITORY: "gitlab.takima.io:school/formation-dev-web/java-one-trainees.git" + GIT_TRAINEE_REPOSITORY: "gitlab.takima.io/school/formation-dev-web/es6-epf-trainees.git" when: manual needs: [] cache: @@ -100,7 +100,7 @@ clean_trainee_repository: - cd scripts - python clean_trainee_repo.py variables: - GIT_TRAINEE_REPOSITORY: "gitlab.takima.io:school/formation-dev-web/java-one-trainees.git" + GIT_TRAINEE_REPOSITORY: "gitlab.takima.io/school/formation-dev-web/es6-epf-trainees.git" cache: paths: - .cache/pip -- GitLab