Skip to content

Make init scripts executable #2

Make init scripts executable

Make init scripts executable #2

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Bootstrap
run: ./init/bootstrap_ubuntu_server.sh
- name: Cleanup
run: docker compose down -v