Revert zapstore version stamping — zsp reads version from APK directly
This commit is contained in:
+1
-2
@@ -104,10 +104,9 @@ build-apk:
|
||||
- VERSION_CODE="${CI_PIPELINE_IID}"
|
||||
- echo "Building version $VERSION_NAME (code $VERSION_CODE) from tag $CI_COMMIT_TAG"
|
||||
|
||||
# Stamp version into build.gradle and zapstore.yaml
|
||||
# Stamp version into build.gradle
|
||||
- sed -i "s/versionCode [0-9]*/versionCode ${VERSION_CODE}/" android/app/build.gradle
|
||||
- sed -i "s/versionName \"[^\"]*\"/versionName \"${VERSION_NAME}\"/" android/app/build.gradle
|
||||
- sed -i "s|^version: .*|version: ${VERSION_NAME}|" zapstore.yaml
|
||||
|
||||
# Build web assets
|
||||
- npm ci
|
||||
|
||||
@@ -2,8 +2,6 @@ repository: https://gitlab.com/soapbox-pub/ditto
|
||||
|
||||
name: Ditto
|
||||
|
||||
version: 0.0.0
|
||||
|
||||
summary: Your content. Your vibe. Your rules.
|
||||
|
||||
description: |
|
||||
|
||||
Reference in New Issue
Block a user