From 5acdaf9edb6a752f6f8b57e7d6f5e637c41174d3 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Fri, 30 Sep 2022 13:01:19 +0200 Subject: [PATCH] [ci] Add job to update windows deps #2 --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63bbef5..c8af640 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,7 +63,8 @@ update_windows_deps: - refreshenv - python --version - pip install pipenv - - ssh-agent -s + - Get-Service -Name ssh-agent | Set-Service -StartupType Manual + - ssh-agent - cat "${WINDOWS_SSH_PRIVATE_KEY}" | ssh-add - - git config --global user.name "Gitlab CI" - git config --global user.email "ci@gitlab.com"