mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-01 17:27:53 +00:00
ci: fix missing bracket for timeout
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
814f8f1470
commit
7c02011373
2
test/e2e/ci/Jenkinsfile
vendored
2
test/e2e/ci/Jenkinsfile
vendored
@ -115,7 +115,7 @@ pipeline {
|
||||
}
|
||||
|
||||
stage('Unpack') {
|
||||
steps { timeout(5) script {
|
||||
steps { timeout(5) { script {
|
||||
sh "tar -zxvf '${utils.findFile('tmp/pkg/*tar.gz')}' -C './tmp'"
|
||||
env.APP_DIR = utils.findFile('tmp/*.AppImage')
|
||||
} } }
|
||||
|
Loading…
x
Reference in New Issue
Block a user