[Git][ghc/ghc][wip/win32-testsuite-fixes] gitlab-ci: Kill ssh-agent after pushing test metrics
Ben Gamari
gitlab at gitlab.haskell.org
Thu Jul 23 18:08:05 UTC 2020
Ben Gamari pushed to branch wip/win32-testsuite-fixes at Glasgow Haskell Compiler / GHC
Commits:
c887c41d by Ben Gamari at 2020-07-23T14:07:39-04:00
gitlab-ci: Kill ssh-agent after pushing test metrics
Otherwise the Windows builds hang forever waiting for the process to
terminate.
- - - - -
1 changed file:
- .gitlab/test-metrics.sh
Changes:
=====================================
.gitlab/test-metrics.sh
=====================================
@@ -88,3 +88,5 @@ case $1 in
pull) pull ;;
*) fail "Invalid mode $1" ;;
esac
+
+ssh-agent -k
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c887c41d325d5f1c0a261e249388ed4633e4e54a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c887c41d325d5f1c0a261e249388ed4633e4e54a
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200723/9021e8a7/attachment-0001.html>
More information about the ghc-commits
mailing list