Skip to content
Snippets Groups Projects
Commit 360bb11a authored by Seblu's avatar Seblu
Browse files

gitlab-ci: fix ssh-agent killing

parent 9c65a06c
No related branches found
No related tags found
No related merge requests found
Pipeline #146 passed with stage
in 38 seconds
......@@ -14,7 +14,7 @@ commitpkg:
stage: deploy
script:
- eval $(ssh-agent -s)
- trap 'kill $SSH_AGENT_PID' 0
- trap "kill $SSH_AGENT_PID" 0
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- seblu-push
only:
......
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