Skip to content

Commit

Permalink
Don't pull tags in build.sh, if you're running locally you have them,…
Browse files Browse the repository at this point in the history
… let the CI file do it
  • Loading branch information
eyedeekay committed Jul 21, 2024
1 parent 60a9fb1 commit 6b493c8
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,7 +1,6 @@
#!/bin/bash
set -e

git pull --tags
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 6b493c8

Please sign in to comment.