Skip to content

Commit 3e8d915

Browse files
authored
fix(docs): remove README from scale-tests deployment directory (#1486)
Signed-off-by: SiorMeir <msior@nvidia.com>
1 parent 4598663 commit 3e8d915

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,3 @@ The `manifest.json` file lists all available test runs:
120120
### Dashboard Deployment
121121

122122
The dashboard is automatically deployed to GitHub Pages when changes are pushed to the `docs/scale-tests/` directory. The S3 bucket URL is configured via the `SCALE_TESTS_S3_URL` repository variable
123-

docs/scale-tests/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// ./Public/manifest.json resolve correctly relative to the page.
99
const _s3raw = typeof window.SCALE_TESTS_S3_BASE_URL !== 'undefined'
1010
? window.SCALE_TESTS_S3_BASE_URL : '__S3_BASE_URL__';
11-
const S3_BASE_URL = (_s3raw === '__S3_BASE_URL__' ? '.' : _s3raw).replace(/\/$/, '');
11+
const S3_BASE_URL = (_s3raw === '__S3_' + 'BASE_URL__' ? '.' : _s3raw).replace(/\/$/, '');
1212

1313
const THIRTY_DAYS_MS = 30 * 24 * 60 * 60 * 1000;
1414

0 commit comments

Comments
 (0)