Skip to content

Commit b136932

Browse files
committed
-m circleci
1 parent 6dec675 commit b136932

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.circleci/config.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ jobs:
33
build:
44
docker:
55
- image: martinthomson/i-d-template:latest
6-
resource_class: small
76
working_directory: ~/draft
87

98
steps:
109
- run:
1110
name: "Print Configuration"
1211
command: |
1312
xml2rfc --version
14-
gem list -q kramdown-rfc
13+
gem list -q kramdown-rfc2629
1514
echo -n 'mmark '; mmark --version
1615
1716
- restore_cache:
@@ -43,7 +42,7 @@ jobs:
4342
# Build txt and html versions of drafts
4443
- run:
4544
name: "Build Drafts"
46-
command: make
45+
command: "make 'CLONE_ARGS=--reference ~/git-reference'"
4746

4847
# Update editor's copy on gh-pages
4948
- run:
@@ -98,4 +97,4 @@ workflows:
9897
- build:
9998
filters:
10099
tags:
101-
only: /.*?/
100+
only: /.*?/

0 commit comments

Comments
 (0)