Move print-workspace-status.sh into hack/build

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2019-09-26 21:40:54 +01:00
parent f466aeea88
commit 6ea5eb6993
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Include git version info
build --workspace_status_command hack/print-workspace-status.sh
build --workspace_status_command hack/build/print-workspace-status.sh
# bazel including rules_docker 0.12.0 may not need the following flag
build --host_force_python=PY2

View File

@ -20,8 +20,6 @@ set -o errexit
set -o nounset
set -o pipefail
SCRIPT_ROOT=$(dirname ${BASH_SOURCE})/../..
# AppVersion is set as the AppVersion to be compiled into the controller binary.
# It's used as the default version of the 'acmesolver' image to use for ACME
# challenge requests, and any other future provider that requires additional