k3s: add storage classes and reference to it for jbod and raid #275
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: main | |
on: [push] | |
jobs: | |
trigger-build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- name: Run build trigger to determine what to build | |
env: | |
CI_TOOL: github | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
run: ./projects/CI/tools/core/build.sh |