ci: redo how env variables are set and shared in ci to prevent collisions

This commit is contained in:
Igor Minar
2017-03-05 01:49:10 -08:00
committed by Igor Minar
parent 91fe3aadbc
commit b8f0c3dc7b
21 changed files with 180 additions and 135 deletions

View File

@ -125,7 +125,7 @@ $ cp tools/@angular/tsc-wrapped/package.json dist/tools/@angular/tsc-wrapped
# Run the test once
# (First edit the LINKABLE_PKGS to use npm link instead of npm install)
$ ./scripts/ci-lite/offline_compiler_test.sh
$ ./scripts/ci/offline_compiler_test.sh
# Keep a package fresh in watch mode
./node_modules/.bin/tsc -p modules/@angular/compiler/tsconfig-es5.json -w