Skip to content

Commit

Permalink
CI hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMassart committed Apr 19, 2021
1 parent 06205d7 commit be1792b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ 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
- image: circleci/node:lts-buster
auth:
username: $DOCKER_USER_RO
password: $DOCKER_PASSWORD_RO
Expand Down Expand Up @@ -138,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 @@ -159,4 +159,4 @@ workflows:
jobs:
- linkchecker:
context:
- dockerhub-quorumengineering-ro
- dockerhub-quorumengineering-ro

0 comments on commit be1792b

Please sign in to comment.