Skip to content

Commit 01eaab8

Browse files
committed
triage: dummy changes to trigger image build
1 parent 7bef894 commit 01eaab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

triage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ To update the triage image run `make push` from `./triage` which will trigger a
200200
To update Triage frontend in Production or Staging manually run `make push-static` or `make push-staging` respectively. Otherwise it is updated on postsubmit via [post-test-infra-upload-triage](https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/test-infra/test-infra-trusted.yaml#L616).
201201

202202
### Staging
203-
To acces staging see [Triage Staging](https://storage.googleapis.com/k8s-gubernator/triage/staging).
203+
To acces staging see [Triage Staging](https://storage.googleapis.com/k8s-triage/staging).

triage/interactive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ function getData() {
303303
setElementVisibility('btn-sig-group', false);
304304
}
305305

306-
var url = '/k8s-gubernator/triage/';
306+
var url = '/triage/';
307307
if (document.location.host == 'storage.googleapis.com' && document.location.pathname.endsWith('index.html')) {
308308
// Use the bucket name where available
309309
var pathname = document.location.pathname;

0 commit comments

Comments
 (0)