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
姜枫
2016-05-27 17:42:24 +0800
Commit
7fb2cc98612ed652eccc8f52637a40361cee842f
1 parent
4552c510
修改状态修改问题
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/ci/build.js
apps/web/views/action/project_index.hbs
apps/ci/build.js
View file @
7fb2cc9
...
...
@@ -21,7 +21,7 @@ class Build {
constructor
(
project
)
{
this
.
project
=
project
;
this
.
state
=
'waiting building'
;
this
.
silent
=
fals
e
;
this
.
silent
=
tru
e
;
}
build
(
env
)
{
...
...
apps/web/views/action/project_index.hbs
View file @
7fb2cc9
...
...
@@ -218,7 +218,7 @@
});
ws.on('/deploy/
{{
project
.
_id
}}
', function(data){
$('#
b
-' + data.host).find('b').text(data.state);
$('#
d
-' + data.host).find('b').text(data.state);
});
ws.on('/deploy/
{{
project
.
_id
}}
/log', function(data){
...
...
Please
register
or
login
to post a comment