You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the gitlab CI, I use the DOCKER_IMAGE variable to define a custom docker image in which the pipeline should run. In this image, I have already cloned all the code needed for the upstream workspace, but as there is currently no way of defining it as a path in this container, I have to write an additional .repos file that clones the code again under /root/upstream.
I would suggest that one could also define a path in the docker image that would then be either copied or symlinked to /root/upstream so that the upstream wouldn't need to be maintained at two places
The text was updated successfully, but these errors were encountered:
In the gitlab CI, I use the
DOCKER_IMAGE
variable to define a custom docker image in which the pipeline should run. In this image, I have already cloned all the code needed for the upstream workspace, but as there is currently no way of defining it as a path in this container, I have to write an additional.repos
file that clones the code again under/root/upstream
.I would suggest that one could also define a path in the docker image that would then be either copied or symlinked to
/root/upstream
so that the upstream wouldn't need to be maintained at two placesThe text was updated successfully, but these errors were encountered: