don't try to pull own tags
This commit is contained in:
1
build.sh
1
build.sh
@@ -1,6 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
git pull --tags; true
|
|
||||||
git describe --tags `git rev-list --tags --max-count=1` || exit 1
|
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-)
|
export GITHUB_TAG=$(git describe --tags `git rev-list --tags --max-count=1` | sed 's|i2p||g' | tr -d a-z-)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user