Revert "Enable gradle build cache for Bitrise builds" (#3920)
Reverts tuskyapp/Tusky#3840. Turns out this needs to be enabled at Bitrise, and it's not on our plan. So every build is running this extra workflow, but it's not providing any benefit, just slowing things down.
This commit is contained in:
parent
0c892cf56f
commit
f118088161
|
@ -18,9 +18,6 @@ workflows:
|
||||||
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
|
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
|
||||||
- git-clone@8.0: {}
|
- git-clone@8.0: {}
|
||||||
- cache-pull@2.7: {}
|
- cache-pull@2.7: {}
|
||||||
- activate-build-cache-for-gradle:
|
|
||||||
inputs:
|
|
||||||
- push: 'true'
|
|
||||||
- install-missing-android-tools:
|
- install-missing-android-tools:
|
||||||
inputs:
|
inputs:
|
||||||
- gradlew_path: $PROJECT_LOCATION/gradlew
|
- gradlew_path: $PROJECT_LOCATION/gradlew
|
||||||
|
@ -60,7 +57,6 @@ workflows:
|
||||||
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
|
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
|
||||||
- git-clone: {}
|
- git-clone: {}
|
||||||
- cache-pull@2.7: {}
|
- cache-pull@2.7: {}
|
||||||
- activate-build-cache-for-gradle: {}
|
|
||||||
- install-missing-android-tools:
|
- install-missing-android-tools:
|
||||||
inputs:
|
inputs:
|
||||||
- gradlew_path: $PROJECT_LOCATION/gradlew
|
- gradlew_path: $PROJECT_LOCATION/gradlew
|
||||||
|
@ -100,9 +96,6 @@ workflows:
|
||||||
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
|
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
|
||||||
- git-clone: {}
|
- git-clone: {}
|
||||||
- cache-pull@2.7: {}
|
- cache-pull@2.7: {}
|
||||||
- activate-build-cache-for-gradle:
|
|
||||||
inputs:
|
|
||||||
- push: 'true'
|
|
||||||
- install-missing-android-tools@3.1:
|
- install-missing-android-tools@3.1:
|
||||||
inputs:
|
inputs:
|
||||||
- gradlew_path: $PROJECT_LOCATION/gradlew
|
- gradlew_path: $PROJECT_LOCATION/gradlew
|
||||||
|
|
Loading…
Reference in New Issue