Always install build.conf.example to BUILD_HOME

Signed-off-by: Davlet Panech <davlet.panech@windriver.com>
Change-Id: I6b3c915f7d88f950e971705530b6b36ddc86cd11
This commit is contained in:
Davlet Panech 2022-09-02 11:00:53 -04:00
parent cfb8429646
commit d32b3bfcf0
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ done
# Install source_me.sh to $BUILD_HOME
info "creating $BUILD_HOME/source_me.sh"
cp "$TEMPLATES_DIR/source_me.sh.in" "$BUILD_HOME/source_me.sh"
cp "$TEMPLATES_DIR/build.conf.example.in" "$BUILD_HOME/build.conf.example"
# Delete old jenkins job list
if [[ -d "$BUILD_HOME/jenkins" ]] ; then