Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 27a35117 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

gitlab-ci: use a custom fixed build directory to be able to use any runner (among shared runners)

parent c9a639de
Branches master
No related tags found
Loading
Pipeline #1138859 passed
......@@ -4,10 +4,11 @@
---
default:
image: $CI_REGISTRY_IMAGE
tags: ['ci.inria.fr', 'linux', 'small'] # gitlab instance runner (i.e. docker on linux)
tags: ['ci.inria.fr', 'linux'] # gitlab instance runner (i.e. docker on linux)
interruptible: true
variables:
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME
GIT_SUBMODULE_STRATEGY: recursive
# push event: executed only if the source branch is the default one on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment