Skip to content

Commit

Permalink
Don't cache in GitLab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Griefed committed Nov 10, 2023
1 parent f675abc commit 43e0717
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,6 @@ Build Test:
- Fabric/build
- Common/build
expire_in: 1 week
cache:
- key:
files:
- Fabric/build.gradle
paths:
- Fabric/.gradle
- key:
files:
- build.gradle
paths:
- .gradle
- key:
files:
- buildSrc/build.gradle
paths:
- buildSrc/.gradle

Generate Release:
stage: Release
Expand Down Expand Up @@ -112,19 +96,3 @@ Build Release:
rules:
- if: '$CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+-(alpha|beta)\.\d+$/ && $CI_SERVER_HOST == "git.griefed.de"'
- if: '$CI_COMMIT_TAG =~ /^\d+\.\d+\.\d+$/ && $CI_SERVER_HOST == "git.griefed.de"'
cache:
- key:
files:
- Fabric/build.gradle
paths:
- Fabric/.gradle
- key:
files:
- build.gradle
paths:
- .gradle
- key:
files:
- buildSrc/build.gradle
paths:
- buildSrc/.gradle

0 comments on commit 43e0717

Please sign in to comment.