summaryrefslogtreecommitdiff
path: root/netci.groovy
diff options
context:
space:
mode:
authorHyeongseok Oh <hseok82.oh@samsung.com>2017-04-11 17:08:43 +0900
committerHyeongseok Oh <hseok82.oh@samsung.com>2017-04-11 17:08:43 +0900
commitb974392aa1fc93494ab83b3ace370dbbf4a336e0 (patch)
tree6353878ccf89a963b81e3278b7be1b3e05abd2c5 /netci.groovy
parent6759dfaa7c8048a84464f99a0a060f0b4deea1f6 (diff)
downloadcoreclr-b974392aa1fc93494ab83b3ace370dbbf4a336e0.tar.gz
coreclr-b974392aa1fc93494ab83b3ace370dbbf4a336e0.tar.bz2
coreclr-b974392aa1fc93494ab83b3ace370dbbf4a336e0.zip
Remove sudo in netci.groovy
Diffstat (limited to 'netci.groovy')
-rwxr-xr-xnetci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index c5f17c4d2d..87083a6a50 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 \\