Commit
1c1d65eee982e3dd91bfbb8ead69b1f145d92ee0
by Steve KuznetsovAdd default directories to the $OS_BUILD_ENV_PRESERVE path
Users of `hack/env` almost always want to be retrieving build artifacts
and script output artifacts from whatever process they trigger in the
container. Instructing every user to set a `$OS_BUILD_ENV_PRESERVE`
field is tedious, so we can default it when it is unset to contain the
normal paths for binaries, releases, RPMs and script output.
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
(commit: 1c1d65e)