ci: Fix release workflow issues with Gitbook-cli and missing executors (#2196)
This commit is contained in:
parent
3632e5d495
commit
2fb0b01fe2
@ -269,7 +269,12 @@ jobs:
|
|||||||
paths: .
|
paths: .
|
||||||
|
|
||||||
DOCS_PUBLISH:
|
DOCS_PUBLISH:
|
||||||
<<: *defaults
|
docker:
|
||||||
|
# Gitbook fails due to graceful-fs updates above this node version :-(
|
||||||
|
- image: circleci/node:12.9.1
|
||||||
|
environment:
|
||||||
|
TERM: xterm # Enable colors in term
|
||||||
|
working_directory: ~/repo
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
@ -390,7 +395,7 @@ workflows:
|
|||||||
# Update hub.docker.org
|
# Update hub.docker.org
|
||||||
- cypress/run:
|
- cypress/run:
|
||||||
name: 'Generate Percy Snapshots'
|
name: 'Generate Percy Snapshots'
|
||||||
executor: cypress/browsers-chrome76
|
executor: chrome-and-pacs
|
||||||
browser: chrome
|
browser: chrome
|
||||||
pre-steps:
|
pre-steps:
|
||||||
- run: 'rm -rf ~/.yarn && npm i -g yarn && yarn -v && yarn global
|
- run: 'rm -rf ~/.yarn && npm i -g yarn && yarn -v && yarn global
|
||||||
@ -467,7 +472,7 @@ workflows:
|
|||||||
# and record a Cypress dashboard test run
|
# and record a Cypress dashboard test run
|
||||||
- cypress/run:
|
- cypress/run:
|
||||||
name: 'Generate Percy Snapshots'
|
name: 'Generate Percy Snapshots'
|
||||||
executor: cypress/browsers-chrome76
|
executor: chrome-and-pacs
|
||||||
browser: chrome
|
browser: chrome
|
||||||
pre-steps:
|
pre-steps:
|
||||||
- run: 'rm -rf ~/.yarn && npm i -g yarn && yarn -v && yarn global
|
- run: 'rm -rf ~/.yarn && npm i -g yarn && yarn -v && yarn global
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user