gitpod/components/iam-api/generate.sh
Milan Pavlik a6de05ffb0 fix
2022-12-13 11:20:23 -03:00

27 lines
479 B
Bash
Executable File

#!/bin/bash
if [ -n "$DEBUG" ]; then
set -x
fi
set -o errexit
set -o nounset
set -o pipefail
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)/../../
# include protoc bash functions
# shellcheck disable=SC1090,SC1091
source "$ROOT_DIR"/scripts/protoc-generator.sh
install_dependencies
lint
# Run breaking change detector
#buf breaking --against "https://github.com/gitpod-io/gitpod.git#branch=main,subdir=components/iam-api"
protoc_buf_generate
update_license