Do not publish .buildinfo files
These build artefacts do not need to be published, remove them. Change-Id: I92e575cd8dce7d2906a0c3b9869a52bb0e591812
This commit is contained in:
parent
c868f7889c
commit
ae4d97f9a5
@ -105,5 +105,7 @@ else
|
||||
if [ "$TARGET" != "" ] ; then
|
||||
mkdir -p publish-docs/$TARGET
|
||||
rsync -a $BUILD_DIR/ publish-docs/$TARGET/
|
||||
# Remove unneeded build artefact
|
||||
rm -f publish-docs/$TARGET/.buildinfo
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user