File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33set -e
44set -o pipefail
55
6- if ! cat /etc/* release | grep -q stretch; then
7- echo ${BASH_SOURCE} only supports Debian stretch.
8- echo Please change your operating system to use this script.
9- exit 1
10- fi
11-
126test -z ${GOOGLE_APPLICATION_CREDENTIALS} && GOOGLE_APPLICATION_CREDENTIALS=" /etc/service-account/service-account.json"
137test -z ${SKIP_BUILD_JARS} && SKIP_BUILD_JARS=" false"
148test -z ${GOOGLE_CLOUD_PROJECT} && GOOGLE_CLOUD_PROJECT=" kf-feast"
Original file line number Diff line number Diff line change 33set -e
44set -o pipefail
55
6- if ! cat /etc/* release | grep -q stretch; then
7- echo ${BASH_SOURCE} only supports Debian stretch.
8- echo Please change your operating system to use this script.
9- exit 1
10- fi
11-
126test -z ${GOOGLE_APPLICATION_CREDENTIALS} && GOOGLE_APPLICATION_CREDENTIALS=" /etc/service-account/service-account.json"
137test -z ${SKIP_BUILD_JARS} && SKIP_BUILD_JARS=" false"
148test -z ${GOOGLE_CLOUD_PROJECT} && GOOGLE_CLOUD_PROJECT=" kf-feast"
You can’t perform that action at this time.
0 commit comments