custom trigger post activation now warning
This commit is contained in:
parent
222101482f
commit
f4ba7b41b3
1 changed files with 2 additions and 2 deletions
|
@ -116,8 +116,8 @@
|
|||
|
||||
<div class="trigger-option-section" ng-show="currentView == 'postActivation'" ng-switch on="trigger.service">
|
||||
<div ng-switch-when="custom">
|
||||
<div class="alert alert-info">
|
||||
The trigger has been successfully created, but with a caveat:<br>
|
||||
<div class="alert alert-warning">
|
||||
The trigger has been successfully created, but the following first requires action:<br>
|
||||
In order for our builders to clone your repository, you must give the following public key read access to the git repository.
|
||||
</div>
|
||||
<p>SSH Public Key:</p>
|
||||
|
|
Reference in a new issue