Skip to content
Snippets Groups Projects
Commit 1a2659f4 authored by Florian MEULEMAN's avatar Florian MEULEMAN
Browse files

fix/Add proper trainees's url

parent 9eebd3c6
No related branches found
No related tags found
No related merge requests found
Pipeline #59904 passed
...@@ -23,7 +23,7 @@ deploy_trainee_repository: ...@@ -23,7 +23,7 @@ deploy_trainee_repository:
- cd scripts - cd scripts
- python deploy_trainee_repo.py - python deploy_trainee_repo.py
variables: 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 when: manual
cache: cache:
paths: paths:
...@@ -48,7 +48,7 @@ deploy_solution_day_2_step_1: ...@@ -48,7 +48,7 @@ deploy_solution_day_2_step_1:
- cd scripts - cd scripts
- python deploy_solution.py day-2 step-1 - python deploy_solution.py day-2 step-1
variables: 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 when: manual
needs: [] needs: []
cache: cache:
...@@ -74,7 +74,7 @@ deploy_all_solutions_day_2: ...@@ -74,7 +74,7 @@ deploy_all_solutions_day_2:
- cd scripts - cd scripts
- python deploy_solution.py day-2 step-1 - python deploy_solution.py day-2 step-1
variables: 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 when: manual
needs: [] needs: []
cache: cache:
...@@ -100,7 +100,7 @@ clean_trainee_repository: ...@@ -100,7 +100,7 @@ clean_trainee_repository:
- cd scripts - cd scripts
- python clean_trainee_repo.py - python clean_trainee_repo.py
variables: 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: cache:
paths: paths:
- .cache/pip - .cache/pip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment