Compare commits
1 Commits
i2p-mac-2.
...
i2p-mac-2.
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ec03127603 |
2
build.sh
2
build.sh
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
git pull --tags
|
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