mirror of
https://github.com/status-im/status-github-bot.git
synced 2025-01-12 14:24:38 +00:00
update names and format of e2e job arguments
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
6d63663d11
commit
d0e72ddb05
@ -215,7 +215,7 @@ async function processPullRequest (context, robot, prInfo, fullJobName) {
|
||||
}
|
||||
|
||||
try {
|
||||
const args = { parameters: { pr_id: prInfo.number, apk: `--apk=${prInfo.number}.apk` } }
|
||||
const args = { parameters: { PR_ID: prInfo.number, APK_NAME: `${prInfo.number}.apk` } }
|
||||
|
||||
if (process.env.DRY_RUN) {
|
||||
robot.log(`${botName} - Would start ${fullJobName} job in Jenkins`, prInfo, args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user