diff options
author | David Eichmann <EichmannD@gmail.com> | 2019-01-08 15:37:20 -0700 |
---|---|---|
committer | David Eichmann <EichmannD@gmail.com> | 2019-01-08 15:37:20 -0700 |
commit | e364e4a51beaf215a6edabfdb31a9bb995aad228 (patch) | |
tree | 163b914554ff7982c24c3ca0d542bf8a382d17ca | |
parent | b4d08a6eaf190819ad4e264bbc53b0fa21293c9b (diff) | |
download | haskell-wip/gitlab-ci-perf-notes.tar.gz |
Start ssh-agentwip/gitlab-ci-perf-notes
-rwxr-xr-x | .gitlab/push-test-metrics.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/push-test-metrics.sh b/.gitlab/push-test-metrics.sh index 637cd6c80d..4210399429 100755 --- a/.gitlab/push-test-metrics.sh +++ b/.gitlab/push-test-metrics.sh @@ -21,6 +21,7 @@ if [ "$TEST_ENV" = "" ]; then fi # Setup ssh keys. +ssh-agent mkdir -p ~/.ssh echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC94vDmRcDXPTuZktLvMFXHD2X6H2GEdnP+7VO0QbwNje9jsPLpofQRHJKXG/9sm0a6NT9qXt9eccRNklP0AkW36LcNRni7ji8NxlrE9ASuXGqa4TTk83pOLFCzWmdcdVIxz3bxPfa/ECmyRmTxp3+mTW0eJrUEdVwprAieNoTH+ZLyDmq+IfAD5239ea+gAZzfCy5WcTbsSXOOJEAZKqqfzyog18agptzAWu/tCfzvyiGlkoQj+PE1MMEfnmWQC8d2bOhC6kQZZtPrGNhFU75JifYGT7y0e1EVa5bhqcZZ9cdGSli1S8T9MpSimVII6iZOFdho3+shbUX3ObagUl09 ben@ben-laptop" > ~/.ssh/perf_rsa.pub echo $PERF_NOTE_KEY > ~/.ssh/perf_rsa |