.gitlab-ci.yml
image: hantrungkien/android-ci-cd-fastlane:latest
cache:
key: ${CI_PROJECT_ID}
paths:
- .gradle/
before_script:
- export GRADLE_USER_HOME=$(pwd)/.gradle
- chmod +x ./gradlew
stages:
- deploy
deploy:
stage: deploy
script:
- fastlane distribute