Skip to content

Commit b05c9fb

Browse files
authored
Merge pull request #13 from tatsuya6502/second-edition-ja
Add a Circle CI config which simply skips CI
2 parents 6baf395 + efc5b3d commit b05c9fb

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.circleci/config.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
3+
jobs:
4+
build:
5+
docker:
6+
- image: cimg/base:stable
7+
parallelism: 1
8+
branches:
9+
ignore:
10+
- master
11+
- second-edition-ja
12+
steps:
13+
- run:
14+
name: Print error and exit
15+
command: |
16+
echo "ERROR: Wrong '.circleci/config' for $CIRCLE_BRANCH branch."
17+
echo " Please contact the developer (e.g. tatsuya6502) to fix."
18+
exit 8

0 commit comments

Comments
 (0)