chore: fix cypress npm package artifact upload path (#20023)

This commit is contained in:
Emily Rohrbough
2022-02-04 12:00:08 -06:00
committed by GitHub
parent 1395766822
commit 17f272e9ee
18 changed files with 378 additions and 590 deletions

View File

@@ -15,7 +15,6 @@ const getUploadUrl = function () {
const url = konfig('cdn_url')
la(check.url(url), 'could not get CDN url', url)
console.log('upload url', url)
return url
}