ci: fix absolute path of APK for e2e PR jobs
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
98b219191f
commit
875f9f1acc
|
@ -59,7 +59,7 @@ pipeline {
|
|||
projectName: "status-mobile/prs/android-e2e/PR-${params.PR_ID}",
|
||||
selector: lastWithArtifacts(),
|
||||
)
|
||||
apk_path = "${env.PWD}/${utils.findFile('result/*.apk')}"
|
||||
apk_path = "${env.WORKSPACE}/${utils.findFile('result/*.apk')}"
|
||||
} }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue