fix(ci): use linux.bundle() to add credentials

Otherwise none of these credentials are present:
https://github.com/status-im/status-jenkins-lib/blob/master/vars/linux.groovy

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-10-24 11:43:58 +02:00
parent 337a81fc49
commit 8caa72c3b5
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ pipeline {
GANACHE_NETWORK_RPC_URL = "http://localhost:${env.GANACHE_RPC_PORT}"
}
steps { script {
sh 'make nim_status_client'
linux.bundle('nim_status_client')
} }
}