diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be5d725..5b9f9da 100644 --- a/.gitlab-ci.yml +++ b/.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)