remove install docker step

pull/8851/head
Medya Gh 2020-08-10 13:59:34 -07:00
parent 183b3b4388
commit fecc06a118
1 changed files with 0 additions and 4 deletions

View File

@ -90,10 +90,6 @@ jobs:
curl -LO https://github.com/medyagh/gopogh/releases/download/v0.2.4/gopogh-linux-amd64
sudo install gopogh-linux-amd64 /usr/local/bin/gopogh
sudo apt-get install -y jq
- name: Install docker
shell: bash
run: |
sudo apt-get install -y docker.io
- name: Run Integration Test
continue-on-error: false
# bash {0} to allow test to continue to next step. in case of