gitlab-ci: Don't backup/restore cache

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-05-20 12:18:05 +05:30
parent 231ba699dd
commit 0fcc39c774

View File

@@ -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: