curl -sSL
https://github.com/bufbuild/buf/releases/download/$BUFVERSION/buf-$(uname -s)-$(uname -m) > /home/circleci/repo/buf
chmod +x /home/circleci/repo/buf
- run:
name: BufBuild check proto files
command: ./buf check lint && ./buf --version && echo "Bufbuild completed successfully"
↧
Installing image but command no output
↧