Skip to content

Remove kubernetes

Remove kubernetes #43

Workflow file for this run

name: Test bootstrap install
on: push
jobs:
build:
runs-on: ubuntu-latest
container:
image: jrei/systemd-debian
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Add prerequisites
run: |
apt update
apt install -y sudo cron curl git
- name: Run bootstrap script
run: |
bash bootstrap.sh