Skip to content

[release-1.24] fix: inherit os environment when calling blobfuse2 in blobfuse-proxy #2829

[release-1.24] fix: inherit os environment when calling blobfuse2 in blobfuse-proxy

[release-1.24] fix: inherit os environment when calling blobfuse2 in blobfuse-proxy #2829

Workflow file for this run

name: k8s api version check
on:
pull_request: {}
push: {}
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download pluto
uses: FairwindsOps/pluto/github-action@master
- name: Check deploy folder
run: |
pluto detect-files -d deploy --ignore-deprecations --ignore-removals
- name: Check example folder
run: |
pluto detect-files -d deploy/example