1
0
mirror of https://github.com/ceph/ceph-csi.git synced 2025-03-21 06:39:28 +00:00
ceph-csi/deploy/Makefile

9 lines
229 B
Makefile
Raw Normal View History

WORKDIR ?= $(CURDIR)/../
OUTPUT ?= $(WORKDIR)/_output/
test:
cd $(WORKDIR) && jenkins-jobs --allow-empty-variables test -o $(OUTPUT) jobs
deploy:
cd $(WORKDIR) && jenkins-jobs --allow-empty-variables update --delete-old jobs