Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix version change issue in webportal build
Browse files Browse the repository at this point in the history
  • Loading branch information
suiguoxin committed Dec 28, 2020
1 parent 99d7fc8 commit bb01df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webportal/build/build-pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pushd $(dirname "$0") > /dev/null

mkdir -p "../dependency"
cp -arf "../../../docs" "../../../examples" "../dependency"
cp -arf "../../../version" "../version"
cp -arfT "../../../version" "../version"
if [ "$ATTACH_COMMIT_ID" = true ]; then
echo `git rev-parse HEAD | cut -c1-6` > ../version/COMMIT.VERSION
else
Expand Down

0 comments on commit bb01df0

Please sign in to comment.