Commit 8dee2e96 authored by Pietro Saccardi's avatar Pietro Saccardi
Browse files

Update CI; no need to install rsync and openssh.

The shell executor is started in an healthy environment already;
the commands are needed mainly for the docker runner.
parent 8b92b73d
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -19,9 +19,7 @@ build:lektor:
.deploy_template: &deploy_definition  # Hidden key that defines an anchor named 'job_definition'
  tags:   # Select a runner which can connect to the deploy server
    - deploy
  before_script:
    - apt-get update -qq
    - apt-get install -qq -yy rsync openssh-client
  before_script:  # Assumes rsync and openssh-client to be installed
    - mkdir -p ~/.ssh
    - chmod 700 ~/.ssh
    - eval $(ssh-agent -s)