Skip to content

Commit 19867e0

Browse files
committed
fix(google): remove google cloud functions from CI
We are going to have to deprecate google for now... the new API breaks too much and there is no time to support it properly - and there are no users. BREAKING CHANGE: Deprecating google cloud function support
1 parent be39b25 commit 19867e0

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.circleci/config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,18 @@ workflows:
109109
nodeVersion: "node16"
110110
executor: node16
111111
target: "test-aws"
112-
- build_and_test:
113-
name: "google-node16"
114-
nodeVersion: "node16"
115-
executor: node16
116-
target: "test-google"
112+
# - build_and_test:
113+
# name: "google-node16"
114+
# nodeVersion: "node16"
115+
# executor: node16
116+
# target: "test-google"
117117
- examples:
118118
nodeVersion: "node16"
119119
executor: node16
120120
- release:
121121
requires:
122122
- aws-node16
123-
- google-node16
123+
# - google-node16
124124
- examples
125125
filters:
126126
branches:
@@ -142,13 +142,13 @@ workflows:
142142
target: "test-aws"
143143
requires:
144144
- cleanup
145-
- build_and_test:
146-
name: "google-node16"
147-
nodeVersion: "node16"
148-
executor: node16
149-
target: "test-google"
150-
requires:
151-
- cleanup
145+
# - build_and_test:
146+
# name: "google-node16"
147+
# nodeVersion: "node16"
148+
# executor: node16
149+
# target: "test-google"
150+
# requires:
151+
# - cleanup
152152
- examples:
153153
nodeVersion: "node16"
154154
executor: node16

0 commit comments

Comments
 (0)