Skip to content

Commit

Permalink
Merge pull request #3444 from crazy-max/dummy-cfg-circleci
Browse files Browse the repository at this point in the history
dummy circleci config
  • Loading branch information
thaJeztah authored Feb 26, 2022
2 parents 6c75b75 + a3d53e3 commit 8667ccd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This is a dummy CircleCI config file to avoid GitHub status failures reported
# on branches that don't use CircleCI. This file should be deleted when all
# branches are no longer dependent on CircleCI.
version: 2

jobs:
dummy:
docker:
- image: busybox
steps:
- run:
name: "dummy"
command: echo "dummy job"

workflows:
version: 2
ci:
jobs:
- dummy

0 comments on commit 8667ccd

Please sign in to comment.