mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
renamed apk for e2e tests
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
This commit is contained in:
parent
24db421fea
commit
169390d2c8
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@ -107,7 +107,7 @@ timeout(90) {
|
||||
|
||||
stage('Upload apk for e2e tests') {
|
||||
if (env.CHANGE_ID != null) {
|
||||
env.SAUCE_LABS_APK = 'im.status.ethereum-e2e-' + env.CHANGE_ID + '.apk'
|
||||
env.SAUCE_LABS_APK = env.CHANGE_ID + '.apk'
|
||||
withCredentials([
|
||||
string(credentialsId: 'SAUCE_ACCESS_KEY', variable: 'SAUCE_ACCESS_KEY'),
|
||||
string(credentialsId: 'SAUCE_USERNAME', variable: 'SAUCE_USERNAME'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user