Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
2016-06-08 09:26:25 +0800
Commit
1d2e8f5d25d5632d45b4545ce7b043b24d35ba6f
1 parent
d4e1a9ac
fix bug
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
apps/ci/deploy.js
apps/web/actions/projects.js
apps/ci/deploy.js
View file @
1d2e8f5
...
...
@@ -56,7 +56,7 @@ class Deploy {
}
}).
on
(
'error'
,
(
err
)
=>
{
self
.
_state
(
'fail'
);
self
.
_log
(
e
);
self
.
_log
(
e
rr
);
console
.
log
(
err
);
}).
connect
(
serverInfo
);
}
...
...
apps/web/actions/projects.js
View file @
1d2e8f5
...
...
@@ -60,7 +60,6 @@ const p = {
});
});
let
targets
=
await
Promise
.
all
(
promises
);
console
.
log
(
'targets: '
,
targets
);
await
ctx
.
render
(
'action/project_index'
,
{
project
:
project
,
...
...
Please
register
or
login
to post a comment