Skip to content

Commit b9d5868

Browse files
committed
circleci
1 parent 753b70f commit b9d5868

3 files changed

Lines changed: 97 additions & 88 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
git config --global user.email "woo-gim@users.noreply.github.com"
1515
git config --global user.name "woo-gim"
1616
echo "machine github.com login woo-gim password $GITHUB_TOKEN" > ~/.netrc
17-
npm run install
17+
npm install
1818
GIT_USER=woo-gim npm run publish-gh-pages
1919
2020
workflows:

lerna-debug.log

Lines changed: 75 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,82 @@
1-
0 silly input [ 'test' ]
1+
0 silly input [ 'start' ]
22
1 silly flags { _: [ 'run' ],
33
1 silly flags 'reject-cycles': false,
44
1 silly flags rejectCycles: false,
55
1 silly flags stream: true,
6-
1 silly flags script: 'test',
6+
1 silly flags scope: 'sqlgate-docs-website',
7+
1 silly flags script: 'start',
78
1 silly flags args: [] }
8-
2 verbose rootPath /Users/ingrowth/Documents/Projects/sqlgate-docs
9+
2 verbose rootPath /Users/kelly/Workspace/sqlgate-docs
910
3 info version 2.11.0
10-
4 silly existsSync /Users/ingrowth/Documents/Projects/sqlgate-docs/VERSION
11+
4 silly existsSync /Users/kelly/Workspace/sqlgate-docs/VERSION
1112
5 info versioning independent
12-
6 silly initialize attempt
13-
7 silly initialize success
14-
8 silly execute attempt
15-
9 silly runScriptInPackageStreaming [ 'test', [], 'docusaurus' ]
16-
10 silly getExecOpts { cwd: '/Users/ingrowth/Documents/Projects/sqlgate-docs/Docusaurus' }
17-
11 error execute callback with error
18-
12 error Error: Command failed: npm run test
19-
12 error PASS lib/core/__tests__/utils.test.js
20-
12 error PASS lib/core/__tests__/toSlug.test.js
21-
12 error PASS lib/core/__tests__/routing.test.js
22-
12 error PASS lib/core/__tests__/anchors.test.js
23-
12 error PASS lib/core/__tests__/getTOC.test.js
24-
12 error /bin/sh: yarn: command not found
25-
12 error FAIL lib/__tests__/build-files.test.js
26-
12 error ● Build folder exists
27-
12 error
28-
12 error Error
29-
12 error Error: ENOENT: no such file or directory, stat '/Users/ingrowth/Documents/Projects/sqlgate-docs/Docusaurus/website/build'
30-
12 error
31-
12 error ● Generated HTML for each Markdown resource
32-
12 error
33-
12 error expect(array).toContain(value)
34-
12 error
35-
12 error Expected array:
36-
12 error []
37-
12 error To contain value:
38-
12 error "commands.html"
39-
12 error
40-
12 error at lib/__tests__/build-files.test.js:79:22
41-
12 error at Array.forEach (<anonymous>)
42-
12 error at Object.<anonymous> (lib/__tests__/build-files.test.js:75:22)
43-
12 error at new Promise (<anonymous>)
44-
12 error at <anonymous>
45-
12 error
46-
12 error ● Concatenated CSS files
47-
12 error
48-
12 error Error
49-
12 error Error: ENOENT: no such file or directory, open '/Users/ingrowth/Documents/Projects/sqlgate-docs/Docusaurus/website/build/Docusaurus/css/main.css'
50-
12 error
51-
12 error Test Suites: 1 failed, 5 passed, 6 total
52-
12 error Tests: 3 failed, 27 passed, 30 total
53-
12 error Snapshots: 8 passed, 8 total
54-
12 error Time: 2.281s
55-
12 error Ran all test suites.
56-
12 error npm ERR! code ELIFECYCLE
57-
12 error npm ERR! errno 1
58-
12 error npm ERR! docusaurus@1.3.0 test: `jest`
59-
12 error npm ERR! Exit status 1
60-
12 error npm ERR!
61-
12 error npm ERR! Failed at the docusaurus@1.3.0 test script.
62-
12 error npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
63-
12 error
64-
12 error npm ERR! A complete log of this run can be found in:
65-
12 error npm ERR! /Users/ingrowth/.npm/_logs/2018-07-10T05_31_57_572Z-debug.log
66-
12 error
67-
12 error
68-
12 error > docusaurus@1.3.0 test /Users/ingrowth/Documents/Projects/sqlgate-docs/Docusaurus
69-
12 error > jest
70-
12 error
71-
12 error
72-
12 error at Promise.all.then.arr (/Users/ingrowth/Documents/Projects/sqlgate-docs/node_modules/execa/index.js:236:11)
73-
12 error at <anonymous>
13+
6 info scope sqlgate-docs-website
14+
7 silly initialize attempt
15+
8 silly initialize success
16+
9 silly execute attempt
17+
10 silly runScriptInPackageStreaming [ 'start', [], 'sqlgate-docs-website' ]
18+
11 silly getExecOpts { cwd: '/Users/kelly/Workspace/sqlgate-docs/website' }
19+
12 error execute callback with error
20+
13 error Error: Command failed: npm run start
21+
13 error
22+
13 error ... Uhoh. Got error write EPIPE ...
23+
13 error Error: write EPIPE
24+
13 error at _errnoException (util.js:992:11)
25+
13 error at WriteWrap.afterWrite (net.js:864:14)
26+
13 error events.js:183
27+
13 error throw er; // Unhandled 'error' event
28+
13 error ^
29+
13 error
30+
13 error Error: watch /Users/kelly/Workspace/sqlgate-docs/website/build/sqlgate-docs/en/ ENOENT
31+
13 error at _errnoException (util.js:992:11)
32+
13 error at FSWatcher.start (fs.js:1382:19)
33+
13 error at Object.fs.watch (fs.js:1408:11)
34+
13 error at Gaze._watchDir (/Users/kelly/Workspace/sqlgate-docs/Docusaurus/node_modules/gaze/lib/gaze.js:314:30)
35+
13 error at /Users/kelly/Workspace/sqlgate-docs/Docusaurus/node_modules/gaze/lib/gaze.js:387:10
36+
13 error at iterate (/Users/kelly/Workspace/sqlgate-docs/Docusaurus/node_modules/gaze/lib/helper.js:69:5)
37+
13 error at /Users/kelly/Workspace/sqlgate-docs/Docusaurus/node_modules/gaze/lib/helper.js:78:11
38+
13 error at /Users/kelly/Workspace/sqlgate-docs/Docusaurus/node_modules/gaze/lib/gaze.js:452:5
39+
13 error at iterate (/Users/kelly/Workspace/sqlgate-docs/Docusaurus/node_modules/gaze/lib/helper.js:69:5)
40+
13 error at /Users/kelly/Workspace/sqlgate-docs/Docusaurus/node_modules/gaze/lib/helper.js:78:11
41+
13 error npm ERR! code ELIFECYCLE
42+
13 error npm ERR! errno 1
43+
13 error npm ERR! sqlgate-docs-website@1.0.0 dc-start: `docusaurus-start`
44+
13 error npm ERR! Exit status 1
45+
13 error npm ERR!
46+
13 error npm ERR! Failed at the sqlgate-docs-website@1.0.0 dc-start script.
47+
13 error npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
48+
13 error
49+
13 error npm ERR! A complete log of this run can be found in:
50+
13 error npm ERR! /Users/kelly/.npm/_logs/2018-07-10T05_48_15_787Z-debug.log
51+
13 error ERROR: "dc-start" exited with 1.
52+
13 error npm ERR! code ELIFECYCLE
53+
13 error npm ERR! errno 1
54+
13 error npm ERR! sqlgate-docs-website@1.0.0 start: `npm-run-all --parallel scss-watch dc-start`
55+
13 error npm ERR! Exit status 1
56+
13 error npm ERR!
57+
13 error npm ERR! Failed at the sqlgate-docs-website@1.0.0 start script.
58+
13 error npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
59+
13 error
60+
13 error npm ERR! A complete log of this run can be found in:
61+
13 error npm ERR! /Users/kelly/.npm/_logs/2018-07-10T05_48_15_870Z-debug.log
62+
13 error
63+
13 error
64+
13 error > sqlgate-docs-website@1.0.0 start /Users/kelly/Workspace/sqlgate-docs/website
65+
13 error > npm-run-all --parallel scss-watch dc-start
66+
13 error
67+
13 error
68+
13 error > sqlgate-docs-website@1.0.0 scss-watch /Users/kelly/Workspace/sqlgate-docs/website
69+
13 error > gulp scss-watch
70+
13 error
71+
13 error
72+
13 error > sqlgate-docs-website@1.0.0 dc-start /Users/kelly/Workspace/sqlgate-docs/website
73+
13 error > docusaurus-start
74+
13 error
75+
13 error [14:45:10] Using gulpfile ~/Workspace/sqlgate-docs/website/gulpfile.js
76+
13 error [14:45:10] Starting 'scss-watch'...
77+
13 error [14:45:10] Finished 'scss-watch' after 8.66 ms
78+
13 error Docusaurus server started on port 3000
79+
13 error LiveReload server started on port 35729
80+
13 error
81+
13 error at Promise.all.then.arr (/Users/kelly/Workspace/sqlgate-docs/node_modules/execa/index.js:236:11)
82+
13 error at <anonymous>

website/package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)