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
2016-08-24 10:04:59 +0800
Commit
2df16b25eff4d445229df5d7f1a05fab26f461f9
1 parent
5bdf0971
build err log with project name
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/ci/build.js
apps/ci/build.js
View file @
2df16b2
...
...
@@ -203,7 +203,7 @@ class Build {
console
.
log
(
'build success'
);
reslove
();
}
else
{
reject
(
new
Error
(
`
build
code
fail
`
));
reject
(
new
Error
(
`
$
{
self
.
project
.
name
}
build
code
fail
`
));
}
});
});
...
...
Please
register
or
login
to post a comment