Make sure to copy over the repository url
This commit is contained in:
parent
cd6a74a489
commit
2a321ed920
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ angular.module('quay').directive('setupTriggerDialog', function () {
|
|||
$scope.trigger['is_active'] = true;
|
||||
$scope.trigger['config'] = resp['config'];
|
||||
$scope.trigger['pull_robot'] = resp['pull_robot'];
|
||||
$scope.trigger['repository_url'] = resp['repository_url'];
|
||||
$scope.activated({'trigger': $scope.trigger});
|
||||
$scope.currentView = 'postActivation';
|
||||
}, errorHandler);
|
||||
|
|
Reference in a new issue