Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 7973eac

Browse files
committed
build: This is likely it.
1 parent a4d5464 commit 7973eac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/action/result-poster/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ const prs = context.payload.check_suite.pull_requests;
99
if (name === 'Google Cloud Build' && conclusion === 'success' && prs[0]) {
1010
request('POST /repos/:owner/:repo/issues/:number/comments', context.repo({
1111
number: prs[0].number,
12-
body: `Preview at: https://staging.nodejs.dev/${sha.slice(0,7)}/index.html`
12+
body: `Preview at: https://storage.googleapis.com/staging.nodejs.dev/${sha.slice(0,7)}/index.html`
1313
}));
1414
}

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ steps:
44
- name: 'gcr.io/cloud-builders/yarn'
55
args: ['run', 'build-ci']
66
env:
7-
- 'PATH_PREFIX=$SHORT_SHA'
7+
- 'PATH_PREFIX=staging.nodejs.dev/$SHORT_SHA'
88
- name: 'gcr.io/cloud-builders/gsutil'
99
args: ['rsync', '-R', 'public', 'gs://staging.nodejs.dev/$SHORT_SHA']

0 commit comments

Comments
 (0)