]> granicus.if.org Git - pgbadger/commitdiff
Installer le client SSH seulement
authorÉtienne BERSAC <etienne.bersac@dalibo.com>
Wed, 20 Sep 2017 07:34:48 +0000 (09:34 +0200)
committerÉtienne BERSAC <etienne.bersac@dalibo.com>
Wed, 20 Sep 2017 07:34:48 +0000 (09:34 +0200)
.circleci/config.yml

index 0cc0bcc677673de36266faee333d9ade08a17e74..eefc52f3579c9b9bdb90873b4c50dc69fa37c1e0 100644 (file)
@@ -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