Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
angular
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
ExcellentOSS
angular
Commits
1c2f3d47
Commit
1c2f3d47
authored
7 years ago
by
Misko Hevery
Browse files
Options
Downloads
Patches
Plain Diff
build: fix build by pinning angular-cli to specific version (#18865)
Closes #18865
parent
f692655e
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
integration/run_tests.sh
+1
-1
1 addition, 1 deletion
integration/run_tests.sh
scripts/ci/env.sh
+1
-0
1 addition, 0 deletions
scripts/ci/env.sh
with
2 additions
and
1 deletion
integration/run_tests.sh
+
1
−
1
View file @
1c2f3d47
...
...
@@ -24,7 +24,7 @@ if [ ! -d ".ng-cli" ]; then
(
mkdir
-p
.ng-cli
cd
.ng-cli
yarn add
https://github.com/angular/cli-builds
--cache-folder
../
$cache
yarn add
@angular/cli@
$ANGULAR_CLI_VERSION
--cache-folder
../
$cache
)
fi
./ng-cli-create.sh cli-hello-world
...
...
This diff is collapsed.
Click to expand it.
scripts/ci/env.sh
+
1
−
0
View file @
1c2f3d47
...
...
@@ -38,6 +38,7 @@ setEnvVar NODE_VERSION 6.9.5
setEnvVar NPM_VERSION 3.10.7
# do not upgrade to >3.10.8 unless https://github.com/npm/npm/issues/14042 is resolved
setEnvVar YARN_VERSION 0.24.6
setEnvVar SAUCE_CONNECT_VERSION 4.3.11
setEnvVar ANGULAR_CLI_VERSION 1.3.2
setEnvVar PROJECT_ROOT
$(
cd
${
thisDir
}
/../..
;
pwd
)
if
[[
${
TRAVIS
:-}
]]
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment