
Wolfgang Knopki
1Running with gitlab-runner 11.2.0 (11.2.0)2 on testing [int-new] 9V7aKoym3Using Shell executor... 7Removing node_modules/8HEAD is now at 99ea4cb Merge branch 'MLAB-383' into 'testing'9Checking out 99ea4cb3 as testing...10Skipping Git submodules setup 14 $ cat $configfiledev > ./config/config.js 15$ cat $cert > ./routes/cert/cert.pem16$ cat $certidp > ./routes/cert/cert_idp.pem17$ cat $key > ./routes/cert/key.pem18$ npm install19added 955 packages, and audited 956 packages in 13s207 vulnerabilities (4 low, 1 high, 2 critical)21Some issues need review, and may require choosing22a different dependency.23Run `npm audit` for details.24$ pm2 delete --silent account || :25$ pm2 start ./app.js --name=account26[PM2] Starting /data/gitlab-runner/builds/9V7aKoym/0/gitlab/m4lab_tv1/user-account/app.js in fork_mode (1 instance)27[PM2] Done.28┌─────┬────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐29│ id │ name │ namespace │ version │ mode │ pid │ uptime │ ↺ │ status │ cpu │ mem │ user │ watching │30├─────┼────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤31│ 0 │ account │ default │ 0.0.1 │ fork │ 1689 │ 0s │ 0 │ online │ 0% │ 20.8mb │ gitlab-… │ disabled │32└─────┴────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘33$ pm2 save