Sfoglia il codice sorgente

Merge pull request #15073 from overleaf/ae-circleci

Remove CircleCI config files

GitOrigin-RevId: 9f47803f45c513aaec97032f15e565aff34ad883
Alf Eaton 2 anni fa
parent
commit
aafb0d377c

+ 0 - 11
libraries/metrics/.circleci/config.yml

@@ -1,11 +0,0 @@
-version: 2.1
-
-orbs:
-  node: circleci/node@3.0.0
-
-workflows:
-  test:
-    jobs:
-      - node/test:
-          version: "10.22"
-          override-ci-command: npm install

+ 0 - 22
libraries/o-error/.circleci/config.yml

@@ -1,22 +0,0 @@
-version: 2.1
-orbs:
-  node: circleci/node@1.1.6
-  coveralls: coveralls/coveralls@1.0.6
-
-jobs:
-  build-and-test:
-    executor:
-      name: node/default
-    steps:
-      - checkout
-      - node/with-cache:
-          steps:
-            - run: npm install
-            - run: npm run lint
-            - run: npm run typecheck
-            - run: npm run test:coverage
-      - coveralls/upload
-workflows:
-  build-and-test:
-    jobs:
-      - build-and-test

+ 0 - 17
libraries/object-persistor/.circleci/config.yml

@@ -1,17 +0,0 @@
-version: 2.1
-orbs:
-  node: circleci/node@1.1.6
-jobs:
-  build-and-test:
-    executor:
-      name: node/default
-    steps:
-      - checkout
-      - node/with-cache:
-          steps:
-            - run: npm install
-            - run: npm test
-workflows:
-    build-and-test:
-      jobs:
-        - build-and-test