Skip to content

KUBEDR-5836: Support rancher.io/local-path and k8s.io/minikube-hostpath #184

KUBEDR-5836: Support rancher.io/local-path and k8s.io/minikube-hostpath

KUBEDR-5836: Support rancher.io/local-path and k8s.io/minikube-hostpath #184

Workflow file for this run

name: Run CI
on: [push, pull_request]
jobs:
build:
name: Run CI
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20.6
id: go
- name: Check out the code
uses: actions/checkout@v1
- name: Make ci
run: make ci