Skip to content

Commit

Permalink
Revert "Fix rebuild-ui.sh script (jaegertracing#6098)"
Browse files Browse the repository at this point in the history
This reverts commit 32112eb.
  • Loading branch information
yurishkuro committed Nov 2, 2024
1 parent b0a932f commit 442318e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/rebuild-ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ set -euxf -o pipefail

cd jaeger-ui

if [[ "$(git rev-parse --is-shallow-repository)" == "true" ]]; then
git fetch --unshallow
fi
git fetch --all --tags
git fetch --all --unshallow --tags
git log --oneline --decorate=full -n 10 | cat

last_tag=$(git describe --tags --dirty 2>/dev/null)
Expand Down

0 comments on commit 442318e

Please sign in to comment.