Logo
Explore Help
Register Sign In
yujunjun/playwright
1
0
Fork 0
You've already forked playwright
mirror of https://github.com/microsoft/playwright.git synced 2025-06-26 21:40:17 +00:00
Code Issues Packages Projects Releases Wiki Activity
playwright/browser_patches/chromium/clean.sh

16 lines
256 B
Bash
Raw Normal View History

devops: mirror chromium builds to our CDN (#3357) Start mirroring chromium builds to our CDN. References #3259
2020-08-07 16:22:05 -07:00
#!/bin/bash
set -e
set +x
trap "cd $(pwd -P)" EXIT
chore: quote all bash variables when used (#8066) This way bash won't expand and post-process variable values in any way. The changes are driven with [`shellcheck`](https://github.com/koalaman/shellcheck)
2021-08-07 15:32:18 +03:00
cd "$(dirname "$0")"
devops: mirror chromium builds to our CDN (#3357) Start mirroring chromium builds to our CDN. References #3259
2020-08-07 16:22:05 -07:00
rm -rf output
devops: default chromium checkout to $HOME/chromium (#9859) This defaults Chromium checkout to $HOME/chromium unless a `CR_CHROMIUM_CHECKOUT` is specified.
2021-10-28 11:48:57 -07:00
if [[ -z "${CR_CHECKOUT_PATH}" ]]; then
CR_CHECKOUT_PATH="$HOME/chromium"
fi
if [[ ! -d "${CR_CHECKOUT_PATH}/src" ]]; then
devops: automation to compile chromium for mac arm64 (#5101) References #5067
2021-01-22 00:27:40 -08:00
rm -rf "${CR_CHECKOUT_PATH}/src/out"
fi
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 203ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API