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
Plain Diff
Browse Files
Authored by
xuqi
2016-08-22 16:43:46 +0800
Commit
8095becf9f880f7ff1f7c1ff13b1c3982150e4ba
2 parents
0ee9d7de
1d105d10
Merge branch 'master' into develop
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
apps/ci/build.js
code/yoho-blk
apps/ci/build.js
View file @
8095bec
...
...
@@ -172,7 +172,7 @@ 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
();
});
...
...
yoho-blk
@
b23404dd
Subproject commit b23404dd7b1d24f322f5359b7c3bc11b60c14f4b
Please
register
or
login
to post a comment