Skip to content

Commit

Permalink
another check (#88)
Browse files Browse the repository at this point in the history
* another check
  • Loading branch information
ipitio authored Mar 5, 2024
1 parent 289c802 commit a7c04b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion advanced/Scripts/speedtestmod/mod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ setTags() {
if [ ! -z "$path" ]; then
cd "$path"
git fetch origin $branch:refs/remotes/origin/$branch -q
git tag -l | xargs git tag -d >/dev/null 2>&1
if [[ "$url" != *"arevindh"* ]]; then
git tag -l | xargs git tag -d >/dev/null 2>&1
fi
git fetch --tags -f -q
latestTag=$(git describe --tags $(git rev-list --tags --max-count=1))
fi
Expand Down

0 comments on commit a7c04b5

Please sign in to comment.