mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 14:30:11 +01:00
Use git rev-parse instead of describe
We only want the hash.
This commit is contained in:
parent
252af24cc3
commit
d3abb74c88
@ -46,7 +46,7 @@ metadata_v0:
|
|||||||
script:
|
script:
|
||||||
- git fetch https://gitlab.com/fdroid/fdroidserver.git $RELEASE_COMMIT_ID
|
- git fetch https://gitlab.com/fdroid/fdroidserver.git $RELEASE_COMMIT_ID
|
||||||
- cd tests
|
- cd tests
|
||||||
- export GITCOMMIT=`git describe`
|
- export GITCOMMIT=$(git rev-parse HEAD)
|
||||||
- git checkout $RELEASE_COMMIT_ID
|
- git checkout $RELEASE_COMMIT_ID
|
||||||
- cd ..
|
- cd ..
|
||||||
- git clone --depth 1 https://gitlab.com/fdroid/fdroiddata.git
|
- git clone --depth 1 https://gitlab.com/fdroid/fdroiddata.git
|
||||||
|
Loading…
Reference in New Issue
Block a user