Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
my-test-group
TestAppCiNew
Commits
1dd3736d
Commit
1dd3736d
authored
Nov 27, 2025
by
jayed nahian
Browse files
fix-1
parent
4cca6d82
Pipeline
#8113
failed with stage
in 2 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1dd3736d
...
@@ -43,7 +43,7 @@ deploy_job:
...
@@ -43,7 +43,7 @@ deploy_job:
-
./gradlew assembleRelease
-
./gradlew assembleRelease
-
find ./app/build/outputs/apk/release -type f -name "*.apk"
-
find ./app/build/outputs/apk/release -type f -name "*.apk"
# - cd app/build/outputs/apk/release
# - cd app/build/outputs/apk/release
-
cd /app/build/outputs/apk/debug
-
cd
.
/app/build/outputs/apk/debug
-
mv app-release.apk $APK_NAME_PREFIX"_"$VERSION_NAME"_"$(date '+%d%B').apk
-
mv app-release.apk $APK_NAME_PREFIX"_"$VERSION_NAME"_"$(date '+%d%B').apk
# - mv app-x86-*.apk $APK_NAME_PREFIX"_"$VERSION_NAME"_"$(date '+%d%B')_x86.apk
# - mv app-x86-*.apk $APK_NAME_PREFIX"_"$VERSION_NAME"_"$(date '+%d%B')_x86.apk
# - mv app-arm64-*.apk $APK_NAME_PREFIX"_"$VERSION_NAME"_"$(date '+%d%B')_arm64.apk
# - mv app-arm64-*.apk $APK_NAME_PREFIX"_"$VERSION_NAME"_"$(date '+%d%B')_arm64.apk
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment