Skip to content

Commit

Permalink
Fixing the error on JenkinsFile
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Jul 24, 2021
1 parent 958e553 commit 1b6e7c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ try{
}

tests['Linux-armv7l'] = {
runTestsUsingDocker('Linux-aarch64', 'debian10-armv7', "CoInterpreter", ".*", false)
runTestsUsingDocker('Linux-aarch64', 'debian10-armv7', "CoInterpreter", ".*", true)
runTestsUsingDocker('Linux-armv7l', 'debian10-armv7', "CoInterpreter", ".*", false)
runTestsUsingDocker('Linux-armv7l', 'debian10-armv7', "CoInterpreter", ".*", true)
}

uploadPackages(platforms)
Expand Down

0 comments on commit 1b6e7c0

Please sign in to comment.