mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
ci(renovate): update screenshotter browser, .flowconfig, editor SDKs, and Actions (#2516)
* ci(renovate): update screenshotter browser image * ci(renovate): update .flowconfig and Yarn editor SDKs * ci(renovate): remove unnecessary option * ci(renovate): do not skip netlify for website updates * ci(renovate): update GitHub Actions in workflows * ci(renovate): fix skip netlify
This commit is contained in:
@@ -17,7 +17,7 @@ cleanup() {
|
||||
container=
|
||||
trap cleanup EXIT
|
||||
status=0
|
||||
for browserTag in firefox:3.141.59-20200525 chrome:3.141.59-20200525; do
|
||||
for browserTag in "firefox:3.141.59-20200525" "chrome:3.141.59-20200525"; do
|
||||
browser=${browserTag%:*}
|
||||
image=selenium/standalone-${browserTag}
|
||||
echo "Starting container for ${image}"
|
||||
|
Reference in New Issue
Block a user