Skip to content

Commit

Permalink
ignore failure on pull tags
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jul 22, 2024
1 parent fa6ebc8 commit ec03127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
git pull --tags
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 ec03127

Please sign in to comment.