PCM/gen.sh

21 lines
245 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#/bin/bash
cd adaptor/pcm_pod/
rm -rf gen/
buf mod update
buf generate
cd ../pcm_vm/
rm -rf gen/
buf mod update
buf generate
cd ../pcm_slurm/
rm -rf gen/
buf mod update
buf generate
cd ../../tenant/
rm -rf gen/
buf mod update
buf generate