mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
Fix typo
This commit is contained in:
parent
65c5a87c77
commit
c8b583b742
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -211,7 +211,7 @@ def doMacBuild(target, coverage = false, postStep = null) {
|
||||
try {
|
||||
reportStatus(target, 'PENDING', 'Build has started')
|
||||
|
||||
nvm('v7.10.0') {
|
||||
nvm(version: '7.10.0') {
|
||||
sh "${prefix}scripts/test.sh ${target}"
|
||||
if(postStep) {
|
||||
postStep.call()
|
||||
|
Loading…
x
Reference in New Issue
Block a user