Skip to content

Commit 1fcaa75

Browse files
committed
Use our own Docker custom image for CircleCI
1 parent 2ec2760 commit 1fcaa75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ version: 2
33
jobs:
44
build:
55
docker:
6-
- image: hrektts/mdbook:0.3.5
6+
- image: quay.io/rust-lang-ja/circleci:rust-by-example-mdbook-0.3.5
77
parallelism: 1
88
steps:
99
- checkout
1010
# Remove .gitconfig added by Circle CI as cargo doesn't support ssh authorization
1111
- run: rm -f ~/.gitconfig
1212
- run: rm -rf docs
13+
- run: mdbook -V
1314
- run: mdbook build
1415
- run: mdbook test
1516
- store_artifacts:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy