Skip to content

Commit

Permalink
don't try to pull own tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Aug 9, 2024
1 parent ec03127 commit c65aea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash
set -e
git pull --tags; true
git describe --tags `git rev-list --tags --max-count=1` || exit 1
export GITHUB_TAG=$(git describe --tags `git rev-list --tags --max-count=1` | sed 's|i2p||g' | tr -d a-z-)

Expand Down

0 comments on commit c65aea0

Please sign in to comment.