Attempt to fix CI build issues

This commit is contained in:
SteveSandersonMS
2016-10-17 19:35:28 +01:00
parent 3760d3724d
commit 6f44227917
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
repoFolder="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $repoFolder
# Avoid issues similar to https://github.com/npm/npm/issues/10826
npm cache clean
koreBuildZip="https://github.com/aspnet/KoreBuild/archive/dev.zip"
if [ ! -z $KOREBUILD_ZIP ]; then
koreBuildZip=$KOREBUILD_ZIP