mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Use HEAD instead of master
This commit is contained in:
parent
6d214a920d
commit
f27d2064b2
@ -16,7 +16,8 @@ build:
|
||||
- docker
|
||||
script:
|
||||
- export VERSION_NAME=`git describe --tags --dirty`
|
||||
- export VERSION_CODE=`git rev-list --first-parent --count master`
|
||||
- export VERSION_CODE=`git rev-list --first-parent --count HEAD`
|
||||
- echo $VERSION_CODE $VERSION_NAME
|
||||
- ./setUpPropertiesCI.sh
|
||||
- gradle assembleRelease -s
|
||||
- mv build/outputs/apk/release/latinime-release.apk ./keyboard-$VERSION_NAME.apk
|
||||
|
Loading…
Reference in New Issue
Block a user