Skip to content

Commit

Permalink
Reset 'builddate` when each device build starts
Browse files Browse the repository at this point in the history
Fixes #562
  • Loading branch information
petefoth authored Jan 30, 2024
1 parent f0b871f commit 4f35085
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,9 @@ for branch in ${BRANCH_NAME//,/ }; do

for codename in ${devices//,/ }; do
if [ -n "$codename" ]; then


builddate=$(date +%Y%m%d)

if [ "$BUILD_OVERLAY" = true ]; then
lowerdir=$SRC_DIR/$branch_dir
upperdir=$TMP_DIR/device
Expand Down

0 comments on commit 4f35085

Please sign in to comment.