formatting

pull/7214/head
Sharif Elgamal 2020-03-23 22:45:22 +00:00
parent 84d3dc3085
commit 31dec90cc8
1 changed files with 6 additions and 6 deletions

View File

@ -88,7 +88,7 @@ jobs:
docker info || true
docker version || true
docker ps || true
- name: install lz4
- name: Install lz4
shell: bash
run: |
sudo apt-get update -qq
@ -155,7 +155,7 @@ jobs:
SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643
needs: [build_minikube]
steps:
- name: install lz4
- name: Install lz4
shell: bash
run: |
sudo apt-get update -qq
@ -228,7 +228,7 @@ jobs:
SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643
runs-on: ubuntu-16.04
steps:
- name: install lz4
- name: Install lz4
shell: bash
run: |
sudo apt-get update -qq
@ -295,7 +295,7 @@ jobs:
SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643
runs-on: ubuntu-18.04
steps:
- name: install lz4
- name: Install lz4
shell: bash
run: |
sudo apt-get update -qq
@ -362,12 +362,12 @@ jobs:
SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643
runs-on: ubuntu-18.04
steps:
- name: install lz4
- name: Install lz4
shell: bash
run: |
sudo apt-get update -qq
sudo apt-get -qq -y install liblz4-tool
- name: install podman
- name: Install podman
shell: bash
run: |
. /etc/os-release