Skip to content

Revert to flaky networking #338

Revert to flaky networking

Revert to flaky networking #338

name: prepare_docker.bash
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:20.04
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Prepare Docker
shell: bash # Avoids "Illegal option -o pipefail"
run: ./scripts/prepare_docker.bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Prepare Docker again (test idempotency)
shell: bash # Avoids "Illegal option -o pipefail"
run: ./scripts/prepare_docker.bash