mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Use git rev-parse instead of describe
We only want the hash.
This commit is contained in:
parent
252af24cc3
commit
d3abb74c88
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ metadata_v0:
|
|||
script:
|
||||
- git fetch https://gitlab.com/fdroid/fdroidserver.git $RELEASE_COMMIT_ID
|
||||
- cd tests
|
||||
- export GITCOMMIT=`git describe`
|
||||
- export GITCOMMIT=$(git rev-parse HEAD)
|
||||
- git checkout $RELEASE_COMMIT_ID
|
||||
- cd ..
|
||||
- git clone --depth 1 https://gitlab.com/fdroid/fdroiddata.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue