mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Apply 2 suggestion(s) to 1 file(s)
Co-authored-by: linsui <2873532-linsui@users.noreply.gitlab.com>
This commit is contained in:
parent
5fe918b76f
commit
c359627716
1 changed files with 1 additions and 3 deletions
|
|
@ -145,10 +145,8 @@ Builds:
|
|||
- node_modules/
|
||||
build:
|
||||
- pushd ../..
|
||||
- COMMIT_HASH=$(git rev-parse --short HEAD) npm run build-prod
|
||||
- COMMIT_HASH=$(git rev-parse --short=7 HEAD) npm run build-prod
|
||||
- npx cap sync android
|
||||
- sed -i -e "s/\"COMMIT_HASH\",void 0/\"COMMIT_HASH\",\"$(git rev-parse --short=7
|
||||
HEAD)\"/" android/app/src/main/assets/public/main.js
|
||||
- popd
|
||||
- gradle assembleRelease
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue