GitLab integration to websites.

This commit is contained in:
usmannasir
2018-07-27 04:13:10 +05:00
parent bdec3badf6
commit 7944a7f78e
6 changed files with 156 additions and 10 deletions

View File

@@ -4247,6 +4247,12 @@ app.controller('setupGit', function($scope, $http, $timeout) {
$scope.installProg = true;
$scope.goBackDisable = true;
var defaultProvider = 'github';
$scope.setProvider = function (provider) {
defaultProvider = provider;
};
var statusFile;
var domain = $("#domainNamePage").text();
@@ -4355,7 +4361,8 @@ app.controller('setupGit', function($scope, $http, $timeout) {
domain: domain,
username: $scope.githubUserName,
reponame: $scope.githubRepo,
branch: $scope.githubBranch
branch: $scope.githubBranch,
defaultProvider: defaultProvider
};
var config = {