Skip to content

Commit

Permalink
Removed debug statement in build constants script.
Browse files Browse the repository at this point in the history
  • Loading branch information
RichTeaMan committed Jan 11, 2024
1 parent 945b7bc commit be62e8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setBuildConstants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ COMMIT_HASH=$(git rev-parse --short HEAD)
BUILD_DATE=$(date)

echo "build hash: $COMMIT_HASH"
git show

sed -i "s/var commit_hash = \"dev\"/var commit_hash = \"$COMMIT_HASH\"/" singletons/build_info.gd
sed -i "s/var build_time = \"dev\"/var build_time = \"$BUILD_DATE\"/" singletons/build_info.gd
Expand Down

0 comments on commit be62e8e

Please sign in to comment.