Skip to content
Extraits de code Groupes Projets
Vérifiée Valider e8489cc0 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

CI: Move the {SRC,WORK}_DIR variables to a place where they will be visible to all jobs

parent 40019e53
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!105Refactor and more
......@@ -11,14 +11,15 @@ stages:
only:
- main
- merge_requests
variables:
SRC_DIR: $CI_PROJECT_DIR # Where the sources are
WORK_DIR: $HOME/CI_$CI_PIPELINE_ID # Where we will work, so that it's not erased
.breaking_tests: &breaking_tests
allow_failure: true
variables:
GIT_DEPTH: 10 # No need to clone all the history
SRC_DIR: $CI_PROJECT_DIR # Where the sources are
WORK_DIR: $HOME/CI_$CI_PIPELINE_ID # Where we will work, so that it's not erased
#################################################
### Initialization and Finalization #############
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter