GitHub moved to pos-github.payonline.ru

dependabot/npm_and_yarn/BuildServer/eslint-7.2.0
Inga 🏳‍🌈 10 years ago
parent 8b7f4031e2
commit eb632e2c29
  1. 3
      BuildServer/app.js
  2. 2
      BuildServer/routes/manual.js

@ -6,9 +6,6 @@
var https = require('https');
var fs = require('fs');
https.globalAgent.options.ca = https.globalAgent.options.ca || [];
https.globalAgent.options.ca.push(fs.readFileSync("POS-CA.crt"));
var express = require('express');
var routes = require('./routes');
var http = require('http');

@ -6,7 +6,7 @@ exports.get = function (req, res) {
exports.post = function (req, res) {
var options = req.body;
options.url = "https://github.pos/" + options.owner + "/" + options.reponame;
options.url = "https://pos-github.payonline.ru/" + options.owner + "/" + options.reponame;
options.app = req.app;
builder.build(options, function (err, result) {

Loading…
Cancel
Save