Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
saulhdev committed Nov 17, 2024
1 parent 1fec4d9 commit c3d9525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ before_script:
- apt-get update -qy
- apt-get install -y openjdk-22-jdk
- export JAVA_HOME="/usr/lib/jvm/java-22-openjdk-amd64"
- export PATH=$PATH:/usr/lib/jvm/java-22-openjdk-amd64/bin
- chmod +x gradlew
- wget --no-verbose --output-document=$ANDROID_HOME/cmdline-tools.zip https://dl.google.com/android/repository/commandlinetools-linux-${ANDROID_SDK_TOOLS}_latest.zip
- unzip -q -d "$ANDROID_HOME/cmdline-tools" "$ANDROID_HOME/cmdline-tools.zip"
Expand Down Expand Up @@ -61,7 +62,7 @@ build:

after_script:
- rm -f keystore.jks || true
- ls app/build/outputs/
- ls /app/build/outputs/
- ARTIFACT_PATHNAME_APK=$(ls app/build/outputs/apk/aospOmega/debug/*.apk | head -n 1)
- ARTIFACT_NAME_APK=basename $ARTIFACT_PATHNAME_APK
- echo "ARTIFACT_NAME_APK is $ARTIFACT_NAME_APK"
Expand Down

0 comments on commit c3d9525

Please sign in to comment.