ci(docs-infra): re-use env variable (#26138)

PR Close #26138
This commit is contained in:
George Kalpakas
2018-09-27 16:35:05 +03:00
committed by Jason Aden
parent 55d54c7e97
commit decc0b840d
5 changed files with 155 additions and 84 deletions

View File

@ -6,7 +6,7 @@ set +x -eu -o pipefail
readonly aioDir="$(realpath $thisDir/..)"
readonly protractorConf="$aioDir/tests/deployment/e2e/protractor.conf.js"
readonly minPwaScore="95"
readonly minPwaScore="$1"
readonly urls=(
"https://angular.io/"
"https://next.angular.io/"