Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Jun 9, 2024
1 parent dcc4663 commit 78452e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Script/Rev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SCRIPT_DIR=$(dirname "$SCRIPT_DIR")
cd "$SCRIPT_DIR" || exit

# sleep random time to avoid git conflict in parallel execution
sleep $((RANDOM % 4)).$((((RANDOM % 10)) + 1))s
sleep $((RANDOM % 4)).$(((RANDOM % 10) + 1))s

git_rev=$(git rev-parse --short=8 HEAD)

Expand Down

0 comments on commit 78452e3

Please sign in to comment.