Skip to content

Commit

Permalink
install ssh-client
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Apr 13, 2019
1 parent 55532ff commit 14b4471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
echo "Acquire::Check-Valid-Until false;" | tee -a /etc/apt/apt.conf.d/10-nocheckvalid
echo 'Package: *\nPin: origin "archive.debian.org"\nPin-Priority: 500' | tee -a /etc/apt/preferences.d/10-archive-pin
apt-get update
apt-get install -y openssh-client git
- checkout
- run:
Expand Down

0 comments on commit 14b4471

Please sign in to comment.