Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saulhdev committed Aug 3, 2024
1 parent e76a2ec commit 95bc77e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ build:
1 week

before_script:
- echo $KEYSTORE_FILE | xxd -r -p - > keystore.jks
- echo -e "storePassword=$KEYSTORE_PASSWORD\nkeyPassword=$KEY_PASSWORD\nkeyAlias=$KEY_ALIAS\nstoreFile=keystore.jks" > keystore.properties
- chmod +x gradlew
- ./gradlew signingConfig
#- echo $KEYSTORE_FILE | xxd -r -p - > keystore.jks
# - echo -e "storePassword=$KEYSTORE_PASSWORD\nkeyPassword=$KEY_PASSWORD\nkeyAlias=$KEY_ALIAS\nstoreFile=keystore.jks" > keystore.properties
#- chmod +x gradlew
#- ./gradlew signingConfig

after_script:
- rm -f keystore.jks || true
# - rm -f keystore.jks || true
#- ARTIFACT_PATHNAME_APK=$(ls app/build/outputs/*.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 95bc77e

Please sign in to comment.