Skip to content
Snippets Groups Projects
Commit 4b95c327 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Install sudo

parent 29ae11c0
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@
#GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apt update
- apt -y install git sudo
- which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
......
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