1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

.circleci: use riot/static-test-tools Docker image

This commit is contained in:
Alexandre Abadie 2021-01-14 14:45:24 +01:00
parent 1343bfbf26
commit 8331c30339
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -8,7 +8,7 @@ version: 2
jobs: jobs:
doc-build: doc-build:
docker: docker:
- image: riot/riotbuild - image: riot/static-test-tools
steps: steps:
- checkout - checkout
- run: make doc - run: make doc