build.sh: update PATH to use project tooling

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
Damien Grisonnet
2020-04-06 13:30:15 +02:00
parent cb49f90491
commit 9a7ba10755
3 changed files with 7 additions and 1 deletions

View File

@@ -232,6 +232,9 @@ set -x
# only exit with zero if all commands of the pipeline exit successfully
set -o pipefail
# Make sure to use project tooling
PATH="$(pwd)/tmp/bin:${PATH}"
# Make sure to start with a clean 'manifests' dir
rm -rf manifests
mkdir -p manifests/setup