Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Fix CI site build (#56)
Browse files Browse the repository at this point in the history
* update common
* update Vale install
  • Loading branch information
NicolasMassart authored May 24, 2022
1 parent 495f2e2 commit 9bbeae0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ executors:
- image: circleci/python:3.7.4
auth:
username: $DOCKER_USER_RO
password: $DOCKER_PASSWORD_RO
password: $DOCKER_PASSWORD_RO
node_executor:
docker:
- image: circleci/node:12.9.0-stretch
auth:
username: $DOCKER_USER_RO
password: $DOCKER_PASSWORD_RO
password: $DOCKER_PASSWORD_RO

commands:
prepare:
Expand Down Expand Up @@ -65,7 +65,8 @@ jobs:
- run:
name: Install dependencies
command: |
curl -sfL https://install.goreleaser.com/github.com/ValeLint/vale.sh | sh -s v2.4.2
wget https://github.com/errata-ai/vale/releases/download/v2.6.0/vale_2.6.0_Linux_64-bit.tar.gz
mkdir bin && tar -xvzf vale_2.6.0_Linux_64-bit.tar.gz -C bin vale
- run:
name: Run Vale
command: |
Expand Down Expand Up @@ -137,16 +138,16 @@ workflows:
jobs:
- build:
context:
- dockerhub-quorumengineering-ro
- dockerhub-quorumengineering-ro
- vale:
context:
- dockerhub-quorumengineering-ro
- dockerhub-quorumengineering-ro
- markdownlint:
context:
- dockerhub-quorumengineering-ro
- dockerhub-quorumengineering-ro
- linkchecker:
context:
- dockerhub-quorumengineering-ro
- dockerhub-quorumengineering-ro
nightly:
triggers:
- schedule: # GMT
Expand All @@ -158,4 +159,4 @@ workflows:
jobs:
- linkchecker:
context:
- dockerhub-quorumengineering-ro
- dockerhub-quorumengineering-ro

0 comments on commit 9bbeae0

Please sign in to comment.