Skip to content

Commit 93d11db

Browse files
committed
try to silence bogus circleci failures
1 parent b24126d commit 93d11db

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.circleci/config.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2.1
2+
3+
jobs:
4+
nothing:
5+
docker:
6+
- image: alpine:latest
7+
steps:
8+
- run: echo nothing
9+
workflows:
10+
nothing:
11+
jobs:
12+
- nothing:
13+
filters:
14+
branches:
15+
only: master
16+
ignore: gh-pages

0 commit comments

Comments
 (0)