From: Étienne BERSAC Date: Wed, 20 Sep 2017 07:34:48 +0000 (+0200) Subject: Installer le client SSH seulement X-Git-Tag: v10.0~34^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0043dea487262e7f71c4169b83a72409cfd14208;p=pgbadger Installer le client SSH seulement --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 0cc0bcc..eefc52f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: steps: - run: name: Install debian packages - command: apt update -y && apt install -y bats git ssh + command: apt update -y && apt install -y bats git openssh-client - checkout - run: name: Executing tests