Skip to content

Commit

Permalink
Add lb.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: husam-lb <[email protected]>
  • Loading branch information
husam-lb authored and muliby-lb committed Dec 26, 2024
1 parent 9d41483 commit b7370fa
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions lb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
los-csi:
lb-csi-plugin:
build:
- make -f Makefile.lb docker-build docker-bundle
install:
- make -f Makefile.lb install
checkin:
- make -f Makefile.lb checkin
deps:
- file://Makefile
- file://Makefile.lb
- file://main.go
- file://pkg
- file://deploy/Dockerfile
- file://Dockerfile.builder
- file://deploy/licenses
- file://go.mod
- file://go.sum
- file://VERSION
- file://lb.yaml
lb-csi-bundle:
build:
- make -f Makefile.lb docker-bundle
deps:
- file://Makefile
- file://Makefile.lb
- file://main.go
- file://pkg
- file://deploy
- file://go.mod
- file://go.sum
- file://VERSION

0 comments on commit b7370fa

Please sign in to comment.