mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: fix check_cdn.sh to be PWD-independent
This commit is contained in:
parent
ab6e358c4d
commit
e3a8c2d033
@ -15,6 +15,9 @@ if [[ $# == 0 ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
trap "cd $(pwd -P)" EXIT
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
HOST="https://playwrightaccount.blob.core.windows.net/builds"
|
||||
|
||||
FFOX_REVISION=$(cat ../firefox/BUILD_NUMBER)
|
||||
@ -50,9 +53,6 @@ GRN=$'\e[1;32m'
|
||||
YEL=$'\e[1;33m'
|
||||
END=$'\e[0m'
|
||||
|
||||
trap "cd $(pwd -P)" EXIT
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
REVISION=""
|
||||
ARCHIVES=""
|
||||
ALIASES=""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user