From 0179cb0e615644332ef46dec68765a1746e1dc9b Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Sat, 26 Feb 2022 03:21:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- homelab/.gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homelab/.gitlab-ci.yml b/homelab/.gitlab-ci.yml index 0f5a52b3..8dbdf89c 100644 --- a/homelab/.gitlab-ci.yml +++ b/homelab/.gitlab-ci.yml @@ -3,8 +3,8 @@ stages: - deploy before_script: - - apt-get update - - apt-get install git docker docker-compose + - apt-get -y update + - apt-get -y install git docker docker-compose # configure SSH keys - 'which ssh-agent || ( apt-get install -qq openssh-client )' - eval $(ssh-agent -s)