Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seanghay authored Sep 12, 2021
1 parent 772b61a commit 6588468
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ docker pull ghcr.io/seanghay/android-ci-jdk11:latest
image: ghcr.io/seanghay/android-ci-jdk11:latest

before_script:
- chmod +x ./gradlew
- chmod +x ./gradlew

stages:
- build
- build

cache:
paths:
- .gradle/wrapper
- .gradle/caches

assembleDebug:
stage: build
script:
- ./gradlew assembleDebug
- cp app/build/outputs/apk/debug/app-debug.apk app-debug.apk
artifacts:
paths:
- app-debug.apk
stage: build
script:
- ./gradlew assembleDebug
- cp app/build/outputs/apk/debug/app-debug.apk app-debug.apk
artifacts:
paths:
- app-debug.apk

```

0 comments on commit 6588468

Please sign in to comment.