Skip to content

Commit

Permalink
fix build link
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 committed Feb 9, 2019
1 parent 18a1ad3 commit eaefecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/metamask-bot-build-announce.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async function start() {

const CIRCLE_PR_NUMBER = CIRCLE_PULL_REQUEST.split('/').pop();
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://${CIRCLE_BUILD_NUM}-141427485-gh.circle-artifacts.com/0`;

const ANDROID = `${BUILD_LINK_BASE}/builds/app-release-unsigned.apk`;

Expand Down

0 comments on commit eaefecc

Please sign in to comment.