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:
ylemkimon
2020-09-22 13:43:28 +09:00
committed by GitHub
parent 8541b3a808
commit 2d484a9769
4 changed files with 39 additions and 22 deletions

View File

@@ -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}"