diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 00000000000..7ad70d61a02 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,11 @@ +# Dummy CircleCI Config File +version: 2 +jobs: + build: + machine: true + branches: + ignore: stable-1.2 + steps: + - run: + name: Dummy + command: echo "Dummy command to prevent error" \ No newline at end of file