From 2230a9c999f27bf87f33b475625ea4be1d9f0995 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Sat, 10 Oct 2020 18:25:24 -0700
Subject: [PATCH] Why bother?

---
 pantheon/default.yml | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/pantheon/default.yml b/pantheon/default.yml
index e02b46e..556c5b1 100644
--- a/pantheon/default.yml
+++ b/pantheon/default.yml
@@ -9,17 +9,8 @@ test-deps:
   stage: test
   image: containers.ethitter.com:443/docker/images/php:7.3
   before_script:
-    - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
-    - eval $(ssh-agent -s)
-    - ssh-add <(echo "$GIT_SSH_PRIV_KEY")
-
     - git config --global user.email "$GIT_USER_EMAIL"
     - git config --global user.name "$GIT_USER_NAME"
-
-    - mkdir -p ~/.ssh
-    - echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
-    - ssh-keygen -R "$PANTHEON_GIT_HOST"
-    - ssh-keyscan -t rsa -p "$PANTHEON_GIT_HOST_PORT" "$PANTHEON_GIT_HOST" >> ~/.ssh/known_hosts
     # TODO: add build steps here once things are converted to submodules.
     # TODO: add Terminus to handle pushes and cache clearing.
   script:
-- 
GitLab