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-08-23 14:07:06 +0800
Commit
f2f042ef0dd98ef7aef66ca5ec30ce47b236e6c0
1 parent
2ad62bef
remove no-use import
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/ci/deploy.js
apps/ci/deploy.js
View file @
f2f042e
@@ -8,7 +8,6 @@
@@ -8,7 +8,6 @@
8
*/
8
*/
9
9
10
import
ssh
from
'ssh2'
;
10
import
ssh
from
'ssh2'
;
11
-
import
fs
from
'fs'
;
12
import
path
from
'path'
;
11
import
path
from
'path'
;
13
12
14
import
config
from
'../../config/config'
;
13
import
config
from
'../../config/config'
;
Please
register
or
login
to post a comment