mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Update metamaskbot-build-announce.js (#14320)
* Update metamaskbot-build-announce.js * Update metamaskbot-build-announce.js
This commit is contained in:
parent
8edeb9a281
commit
fd32d3eb2b
@ -19,6 +19,8 @@ async function start() {
|
|||||||
console.log('CIRCLE_SHA1', CIRCLE_SHA1);
|
console.log('CIRCLE_SHA1', CIRCLE_SHA1);
|
||||||
const { CIRCLE_BUILD_NUM } = process.env;
|
const { CIRCLE_BUILD_NUM } = process.env;
|
||||||
console.log('CIRCLE_BUILD_NUM', CIRCLE_BUILD_NUM);
|
console.log('CIRCLE_BUILD_NUM', CIRCLE_BUILD_NUM);
|
||||||
|
const { CIRCLE_WORKFLOW_JOB_ID } = process.env;
|
||||||
|
console.log('CIRCLE_WORKFLOW_JOB_ID', CIRCLE_WORKFLOW_JOB_ID);
|
||||||
|
|
||||||
if (!CIRCLE_PULL_REQUEST) {
|
if (!CIRCLE_PULL_REQUEST) {
|
||||||
console.warn(`No pull request detected for commit "${CIRCLE_SHA1}"`);
|
console.warn(`No pull request detected for commit "${CIRCLE_SHA1}"`);
|
||||||
@ -27,7 +29,7 @@ async function start() {
|
|||||||
|
|
||||||
const CIRCLE_PR_NUMBER = CIRCLE_PULL_REQUEST.split('/').pop();
|
const CIRCLE_PR_NUMBER = CIRCLE_PULL_REQUEST.split('/').pop();
|
||||||
const SHORT_SHA1 = CIRCLE_SHA1.slice(0, 7);
|
const SHORT_SHA1 = CIRCLE_SHA1.slice(0, 7);
|
||||||
const BUILD_LINK_BASE = `https://${CIRCLE_BUILD_NUM}-42009758-gh.circle-artifacts.com/0`;
|
const BUILD_LINK_BASE = `https://output.circle-artifacts.com/output/job/${CIRCLE_WORKFLOW_JOB_ID}/artifacts/0`;
|
||||||
|
|
||||||
// build the github comment content
|
// build the github comment content
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user