Disable Circle CI via dummy config

This commit is contained in:
Sebastian Messmer 2021-04-26 19:23:54 -07:00
parent 8ac8263bf7
commit 3c135449f1
1 changed files with 14 additions and 0 deletions

14
.circleci/config Normal file
View File

@ -0,0 +1,14 @@
# This config file is a dummy CircleCI config that does nothing. We migrated away from CircleCI to Github Actions.
# But our release/0.10 branch still uses CircleCI, so we can't disable the service entirely and need some way
# to disable it only for newer versions. That's what this file is doing.
version: 2.1
jobs:
build:
docker:
- image: circleci/node:11.12.0
steps:
- run:
name: Dummy
command: 'echo Not running any Circle CI'