Skip to content

Commit

Permalink
chore: put arch into test commit subject
Browse files Browse the repository at this point in the history
Need both platform and arch name in the commit to the test repos.
  • Loading branch information
bahmutov committed Apr 11, 2019
1 parent 255419c commit 9a605c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-other-projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const shortNpmVersion = getJustVersion(npm)

console.log('short NPM version', shortNpmVersion)

let subject = `Testing new ${platform} Cypress version ${shortNpmVersion}`
let subject = `Testing new ${platform} ${arch} Cypress version ${shortNpmVersion}`
const commitInfo = getShortCommit()

if (commitInfo) {
Expand Down

0 comments on commit 9a605c4

Please sign in to comment.