Move print-workspace-status.sh into hack/build
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
f466aeea88
commit
6ea5eb6993
2
.bazelrc
2
.bazelrc
@ -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
|
||||
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user