Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyeongseok Oh <hseok82.oh@samsung.com>2017-03-28 12:50:14 +0300
committerHyeongseok Oh <hseok82.oh@samsung.com>2017-03-28 12:50:14 +0300
commitc59f597c2b32ca82d459a9397e368b347a6163e9 (patch)
tree5b7d5b6f2ed689a695e1f4589c6efb2be1e7e16e /netci.groovy
parenta44c93063d24e29971891bfc2cf8b0aa8771eae9 (diff)
[Linux/x86] Fix CI build error
Fix typo: wrong file name
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy2
1 files changed, 1 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index 28ddca85a7..0db8b50b9e 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -533,7 +533,7 @@ def buildArchConfiguration = ['Debug': 'x86',
shell(script)
// Tar up the appropriate bits
- shell("tar -czf bin/bin.tar.gz --directory=\"bin/Linux.${archGroup}.${configurationGroup}/native\" .")
+ shell("tar -czf bin/build.tar.gz --directory=\"bin/Linux.${archGroup}.${configurationGroup}/native\" .")
}
}