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/firefox/clean.sh

14 lines
175 B
Bash
Raw Normal View History

devops: build bots should do clean builds
2019-11-22 19:07:39 -08:00
#!/bin/bash
set -e
set +x
trap "cd $(pwd -P)" EXIT
cd "$(dirname $0)"
cd "checkout"
devops: strictly configure build folder for Firefox builds (#1454) This strictly defines Firefox build folder as `obj-build-playwright`. Currently, Firefox build folder encodes current Mac OS version including patch versions, and thus we might end up with multiple different build folders.
2020-03-20 19:24:38 -07:00
OBJ_FOLDER="obj-build-playwright"
devops: build bots should do clean builds
2019-11-22 19:07:39 -08:00
if [[ -d $OBJ_FOLDER ]]; then
rm -rf $OBJ_FOLDER
fi
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 195ms Template: 4ms
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