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
9 years ago
Commit
8095becf9f880f7ff1f7c1ff13b1c3982150e4ba
2 parents
0ee9d7de
1d105d10
Merge branch 'master' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
apps/ci/build.js
code/yoho-blk
apps/ci/build.js
View file @
8095bec
...
...
@@ -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
;
...
...
yoho-blk
@
b23404dd
Subproject commit b23404dd7b1d24f322f5359b7c3bc11b60c14f4b
Please
register
or
login
to post a comment