From 23baad5a1197f718dbc2d2c846d87591f8f56055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Fazekas?= Date: Sat, 9 Jan 2021 16:18:36 +0100 Subject: Added gateway.netssh to etc/hosts --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b1a6b9..a873aac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: key: ${{ runner.os }}-${{ matrix.ruby-version }}-gem-v3-${{ hashFiles('**/Gemfile') }}-${{ hashFiles('**/net-ssh.gemspec') }} restore-keys: | ${{ runner.os }}-${{ matrix.ruby-version }}-gem-v3- + - name: Cache pip uses: actions/cache@v1 id: pip-cache @@ -44,6 +45,9 @@ jobs: env: BUNDLE_PATH: vendor/bundle + - name: Add to etc/hosts + run: | + sudo echo "127.0.0.1 gateway.netssh" | sudo tee -a /etc/hosts - name: Ansible install run: | python -m pip install --upgrade pip -- cgit v1.2.1