
Rosanny Sihombing
1Running with gitlab-runner 11.2.0 (11.2.0)2 on testing [int-new] 9V7aKoym3Using Shell executor... 7Removing node_modules/8Removing public/upload/9HEAD is now at b1da71f Merge branch 'MLAB-383' into 'testing'11 c40a411..a9b7d1c MLAB-383 -> origin/MLAB-38312 b1da71f..4f914c9 testing -> origin/testing13Checking out 4f914c95 as testing...14Skipping Git submodules setup 18 $ cat $configfiledev > ./config/config.js 19$ cat $cert > ./routes/cert/cert.pem20$ cat $certidp > ./routes/cert/cert_idp.pem21$ cat $key > ./routes/cert/key.pem22$ npm install23added 944 packages, and audited 945 packages in 9s2411 vulnerabilities (8 low, 1 high, 2 critical)25To address issues that do not require attention, run:26 npm audit fix27To address all issues possible (including breaking changes), run:28 npm audit fix --force29Some issues need review, and may require choosing30a different dependency.31Run `npm audit` for details.32$ pm2 delete --silent account || :33$ pm2 start ./app.js --name=account34[PM2] Starting /data/gitlab-runner/builds/9V7aKoym/0/gitlab/m4lab_tv1/user-account/app.js in fork_mode (1 instance)35[PM2] Done.36┌─────┬────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐37│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │38├─────┼────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤39│ 5 │ account │ default │ 0.0.1 │ fork │ 2835077 │ 0s │ 0 │ online │ 0% │ 20.5mb │ gitlab-… │ disabled │40│ 2 │ project │ default │ 0.0.1 │ fork │ 2833645 │ 6h │ 20 │ online │ 0% │ 68.8mb │ gitlab-… │ disabled │41└─────┴────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘42$ pm2 save