Skip to content
GitLab
Explore
Sign in
PL1
Changes
Page history
Update Fetch other Gitlab repositories from CI pipelines
authored
Feb 27, 2020
by
Juan Font Alonso
Hide whitespace changes
Inline
Side-by-side
Fetch-other-Gitlab-repositories-from-CI-pipelines.md
View page @
d83ef914
...
...
@@ -48,6 +48,7 @@ RUN chmod +x /git_env_password.sh
...
RUN git clone https://gitlab.esa.int/YOUR_OTHER_PROJECT
...
RUN rm /git_env_password.sh # although this is not strictly necessary
```