mirror of https://github.com/k3s-io/k3s
make build/release-in-a-container.sh pass shellcheck
parent
4aa7126ee1
commit
eba69c5267
|
@ -18,7 +18,7 @@ set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
# Complete the release with the standard env
|
# Complete the release with the standard env
|
||||||
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||||
|
|
||||||
# Check and error if not "in-a-container"
|
# Check and error if not "in-a-container"
|
||||||
if [[ ! -f /.dockerenv ]]; then
|
if [[ ! -f /.dockerenv ]]; then
|
||||||
|
@ -46,4 +46,4 @@ if [[ $KUBE_RELEASE_RUN_TESTS =~ ^[yY]$ ]]; then
|
||||||
make test
|
make test
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$KUBE_ROOT/build/package-tarballs.sh
|
"${KUBE_ROOT}/build/package-tarballs.sh"
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
./build/make-build-image.sh
|
./build/make-build-image.sh
|
||||||
./build/make-clean.sh
|
./build/make-clean.sh
|
||||||
./build/package-tarballs.sh
|
./build/package-tarballs.sh
|
||||||
./build/release-in-a-container.sh
|
|
||||||
./build/util.sh
|
./build/util.sh
|
||||||
./cluster/addons/addon-manager/kube-addons.sh
|
./cluster/addons/addon-manager/kube-addons.sh
|
||||||
./cluster/addons/fluentd-elasticsearch/es-image/run.sh
|
./cluster/addons/fluentd-elasticsearch/es-image/run.sh
|
||||||
|
|
Loading…
Reference in New Issue