Skip to content

Commit 4d61ccf

Browse files
woopkhorshuheng
authored andcommitted
Remove checks for debian stretch
1 parent 9355bdd commit 4d61ccf

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

.prow/scripts/test-end-to-end-batch.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
set -e
44
set -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-
126
test -z ${GOOGLE_APPLICATION_CREDENTIALS} && GOOGLE_APPLICATION_CREDENTIALS="/etc/service-account/service-account.json"
137
test -z ${SKIP_BUILD_JARS} && SKIP_BUILD_JARS="false"
148
test -z ${GOOGLE_CLOUD_PROJECT} && GOOGLE_CLOUD_PROJECT="kf-feast"

.prow/scripts/test-end-to-end.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
set -e
44
set -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-
126
test -z ${GOOGLE_APPLICATION_CREDENTIALS} && GOOGLE_APPLICATION_CREDENTIALS="/etc/service-account/service-account.json"
137
test -z ${SKIP_BUILD_JARS} && SKIP_BUILD_JARS="false"
148
test -z ${GOOGLE_CLOUD_PROJECT} && GOOGLE_CLOUD_PROJECT="kf-feast"

0 commit comments

Comments
 (0)