Skip to content

Commit

Permalink
make build/release-in-a-container.sh pass shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Jan 16, 2019
1 parent 4aa7126 commit eba69c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/release-in-a-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -o nounset
set -o pipefail

# 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"
if [[ ! -f /.dockerenv ]]; then
Expand Down Expand Up @@ -46,4 +46,4 @@ if [[ $KUBE_RELEASE_RUN_TESTS =~ ^[yY]$ ]]; then
make test
fi

$KUBE_ROOT/build/package-tarballs.sh
"${KUBE_ROOT}/build/package-tarballs.sh"
1 change: 0 additions & 1 deletion hack/.shellcheck_failures
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
./build/make-build-image.sh
./build/make-clean.sh
./build/package-tarballs.sh
./build/release-in-a-container.sh
./build/util.sh
./cluster/addons/addon-manager/kube-addons.sh
./cluster/addons/fluentd-elasticsearch/es-image/run.sh
Expand Down

0 comments on commit eba69c5

Please sign in to comment.