Skip to content

Commit

Permalink
Remove broken image walkthrough from metamaskbot comment
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh committed Mar 28, 2019
1 parent 649a1d4 commit a765df6
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions development/metamaskbot-build-announce.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,13 @@ async function start () {
const FIREFOX = `${BUILD_LINK_BASE}/builds/metamask-firefox-${VERSION}.zip`
const EDGE = `${BUILD_LINK_BASE}/builds/metamask-edge-${VERSION}.zip`
const OPERA = `${BUILD_LINK_BASE}/builds/metamask-opera-${VERSION}.zip`
const WALKTHROUGH = `${BUILD_LINK_BASE}/test-artifacts/screens/walkthrough%20%28en%29.gif`

const commentBody = `
<details>
<summary>
Builds ready [${SHORT_SHA1}]:
<a href="${CHROME}">chrome</a>,
<a href="${FIREFOX}">firefox</a>,
<a href="${EDGE}">edge</a>,
<a href="${OPERA}">opera</a>
</summary>
<image src="${WALKTHROUGH}">
</details>
Builds ready [${SHORT_SHA1}]:
<a href="${CHROME}">chrome</a>,
<a href="${FIREFOX}">firefox</a>,
<a href="${EDGE}">edge</a>,
<a href="${OPERA}">opera</a>
`

const JSON_PAYLOAD = JSON.stringify({ body: commentBody })
Expand Down

0 comments on commit a765df6

Please sign in to comment.