Skip to content

Commit

Permalink
[TMP] Add an empty CircleCI config to get rid of the spurious CircleC…
Browse files Browse the repository at this point in the history
…I job that fails on every PR
  • Loading branch information
cameel committed Jul 7, 2020
1 parent ac0f148 commit d9f3654
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2.1

jobs:
build:
docker:
- image: cimg/base
steps:
- run: echo "This is an empty config just to keep CircleCI quiet."

0 comments on commit d9f3654

Please sign in to comment.