From b974392aa1fc93494ab83b3ace370dbbf4a336e0 Mon Sep 17 00:00:00 2001 From: Hyeongseok Oh Date: Tue, 11 Apr 2017 17:08:43 +0900 Subject: [PATCH] Remove sudo in netci.groovy --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index c5f17c4..87083a6 100755 --- a/netci.groovy +++ b/netci.groovy @@ -1637,7 +1637,7 @@ def static calculateBuildCommands(def newJob, def scenario, def branch, def isPR // Unpack the corefx binaries buildCommands += "mkdir ./bin/CoreFxBinDir" buildCommands += "tar -xf ./bin/build.tar.gz -C ./bin/CoreFxBinDir" - buildCommands += "sudo chmod a+x ./bin/CoreFxBinDir/corerun" + buildCommands += "chmod a+x ./bin/CoreFxBinDir/corerun" // Call the ARM CI script to cross build and test using docker buildCommands += """./tests/scripts/arm32_ci_script.sh \\ -- 2.7.4