Skip to content
Snippets Groups Projects
Commit d8b3912f authored by Maria Petrova-El Sayed's avatar Maria Petrova-El Sayed
Browse files

Remove private key commands (not needed at this test stage)

parent a9912de1
Branches
Tags
No related merge requests found
Pipeline #80839 passed
...@@ -4,10 +4,6 @@ default: ...@@ -4,10 +4,6 @@ default:
# before script copied from gitlab docs # before script copied from gitlab docs
before_script: before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client gcc libxslt-dev libffi-dev libssl-dev build-essential python3-dev -y )' - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client gcc libxslt-dev libffi-dev libssl-dev build-essential python3-dev -y )'
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
stages: stages:
- test - test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment