Skip to content

Commit

Permalink
Disable CircleCI builds on master branch. (yugabyte#6265)
Browse files Browse the repository at this point in the history
  • Loading branch information
svarnau authored Nov 3, 2020
1 parent fbb7906 commit 2ae1ae0
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
version: 2.1

jobs:
no-build:
docker:
- image: circleci/node:latest
steps:
- run: echo "Not running builds at this time."

workflows:
version: 2

no-build:
jobs:
- no-build:
name: no-automatic-build
filters:
branches:
ignore: /.*/

0 comments on commit 2ae1ae0

Please sign in to comment.