gitlab-ci: Don't backup/restore cache
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -12,10 +12,6 @@ stages:
|
|||||||
assembleDebug:
|
assembleDebug:
|
||||||
stage: build
|
stage: build
|
||||||
image: theimpulson/gitlab-ci-android:latest
|
image: theimpulson/gitlab-ci-android:latest
|
||||||
cache:
|
|
||||||
key: ${CI_PROJECT_ID}
|
|
||||||
paths:
|
|
||||||
- .gradle/
|
|
||||||
script:
|
script:
|
||||||
- './gradlew assembleDebug'
|
- './gradlew assembleDebug'
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Reference in New Issue
Block a user