mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-04-12 00:00:26 +08:00
Merge pull request #72947 from apelisse/wip-feature-serverside-apply-merge
Merge feature-serverside-apply back in master Kubernetes-commit: 2a5a41a08b08075aa2960170c8342d974ccc2cd3
This commit is contained in:
+4
-5
@@ -18,8 +18,7 @@ set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
SCRIPT_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||
SCRIPT_BASE=${SCRIPT_ROOT}/../..
|
||||
SCRIPT_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
|
||||
DIFFROOT="${SCRIPT_ROOT}/_examples"
|
||||
TMP_DIFFROOT="${SCRIPT_ROOT}/_tmp/_examples"
|
||||
@@ -50,6 +49,6 @@ fi
|
||||
|
||||
# smoke test
|
||||
echo "Smoke testing _example by compiling..."
|
||||
go build ./${SCRIPT_ROOT}/_examples/crd/...
|
||||
go build ./${SCRIPT_ROOT}/_examples/apiserver/...
|
||||
go build ./${SCRIPT_ROOT}/_examples/MixedCase/...
|
||||
go build "./${SCRIPT_ROOT}/_examples/crd/..."
|
||||
go build "./${SCRIPT_ROOT}/_examples/apiserver/..."
|
||||
go build "./${SCRIPT_ROOT}/_examples/MixedCase/..."
|
||||
|
||||
Reference in New Issue
Block a user