Skip to content
Snippets Groups Projects
Verified Commit 3f498376 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

update ci

parent 4709f1d0
No related branches found
No related tags found
1 merge request!1Add CI-CD to automatically deploy
Pipeline #29592 passed
...@@ -4,6 +4,13 @@ variables: ...@@ -4,6 +4,13 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
before_script: before_script:
##
## Install ssh-agent if not already installed, it is required by Docker.
## (change apt-get to yum if you use an RPM-based image)
##
- "which ssh-agent || (apt install openssh-client -y)"
- "which rsync || (apt install rsync -y)"
## ##
## Run ssh-agent (inside the build environment) ## Run ssh-agent (inside the build environment)
## ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment