Skip to content
Snippets Groups Projects
Commit 23638e07 authored by Nico's avatar Nico
Browse files

gitlab-ci: start the SSH agent again in after_script

The git push in after_script didn't succeed because of failing
authentication. As the authentication succeeds in before_script, it is
likely the SSH agent from before_script doesn't run in after_script.
Likely because a new shell is spawned. Hence, start it again in
after_script.
parent 6f3df299
No related branches found
No related tags found
No related merge requests found
Pipeline #1074 canceled