use tag from env
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ build-android:
|
|||||||
/usr/lib/jvm/java-17-openjdk-amd64/bin/java --version
|
/usr/lib/jvm/java-17-openjdk-amd64/bin/java --version
|
||||||
mkdir -p ~/.ssh && ssh-keyscan -p 22 -t rsa,ed25519 git.inker.bot >> ~/.ssh/known_hosts
|
mkdir -p ~/.ssh && ssh-keyscan -p 22 -t rsa,ed25519 git.inker.bot >> ~/.ssh/known_hosts
|
||||||
script:
|
script:
|
||||||
- export version=$(git describe --tags) && echo "building version $version"
|
- export version="$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA" && echo "building version $version"
|
||||||
- bash ./setup-ndk.sh
|
- bash ./setup-ndk.sh
|
||||||
- bin/update && bin/apply && cd works/core
|
- bin/update && bin/apply && cd works/core
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|||||||
Reference in New Issue
Block a user