From 4aa9ec5882e1ef4760731fa2311a28d30cc162d7 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Sat, 26 Feb 2022 03:11:06 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- homelab/.gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/homelab/.gitlab-ci.yml b/homelab/.gitlab-ci.yml index be5d7257..5b9f9daf 100644 --- a/homelab/.gitlab-ci.yml +++ b/homelab/.gitlab-ci.yml @@ -3,9 +3,6 @@ stages: - deploy before_script: - # update and install git - - apt-get update -qq - - apt-get install -qq git # configure SSH keys - 'which ssh-agent || ( apt-get install -qq openssh-client )' - eval $(ssh-agent -s)