Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
static-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
1d105d10585f652468ca7184f682734d03ca603f
1 parent
4689842b
log error when install dependencies
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
apps/ci/build.js
apps/ci/build.js
View file @
1d105d1
...
...
@@ -172,9 +172,9 @@ class Build {
if
(
code
==
0
)
{
console
.
log
(
'install dependencies success'
);
}
else
{
// reject(new Error(`build code fail`)
);
console
.
log
(
'install dependencies with error,rebuild please'
);
}
resolve
();
resolve
();
});
})
}
...
...
@@ -245,4 +245,4 @@ class Build {
}
}
export
default
Build
;
\ No newline at end of file
export
default
Build
;
...
...
Please
register
or
login
to post a comment