Skip to content

Commit 15a02b3

Browse files
Disable CI Caching
1 parent d15e3bc commit 15a02b3

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.circleci/config.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ jobs:
99
steps:
1010
- checkout:
1111
path: ~/project
12-
- restore_cache:
13-
keys:
14-
- android_cache
1512
- run:
1613
name: Setup environment variables
1714
command: |
@@ -56,11 +53,6 @@ jobs:
5653
- run:
5754
name: Run Unit Tests
5855
command: ./gradlew test
59-
- save_cache:
60-
key: android_cache
61-
paths:
62-
- ~/.gradle
63-
- flutter_sdk.zip
6456

6557
flutter_tests:
6658
docker:
@@ -85,9 +77,6 @@ jobs:
8577
steps:
8678
- checkout:
8779
path: ~/project
88-
- restore_cache:
89-
keys:
90-
- flutter-cache
9180
- run:
9281
name: download flutter SDK
9382
command: if ! test -f "flutter_sdk.zip"; then curl -o flutter_sdk.zip https://storage.googleapis.com/flutter_infra/releases/stable/macos/flutter_macos_v1.5.4-hotfix.2-stable.zip; fi
@@ -113,11 +102,6 @@ jobs:
113102
- run:
114103
name: Build and run tests
115104
command: xcodebuild -workspace Runner.xcworkspace -scheme Runner -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone X,OS=12.2' test | xcpretty
116-
- save_cache:
117-
key: flutter-cache
118-
paths:
119-
- flutter_sdk.zip
120-
- Pods
121105

122106
release:
123107
docker:

0 commit comments

Comments
 (0)