initial import for Open Source 🎉
This commit is contained in:
parent
1898c361f3
commit
9c0dd3b722
2048 changed files with 218743 additions and 0 deletions
10
static/directives/trigger/custom-git/credentials.html
Normal file
10
static/directives/trigger/custom-git/credentials.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div class="co-alert co-alert-info">
|
||||
<p>
|
||||
In order to use this trigger, the following first requires action:
|
||||
<ul>
|
||||
<li>You must give the following public key read access to the git repository.</li>
|
||||
<li>You must set your repository to POST to the following URL to trigger a build.</li>
|
||||
</ul>
|
||||
For more information, refer to the <a href="http://docs.quay.io/guides/custom-trigger.html" ng-safenewtab>Custom Git Triggers documentation</a>.
|
||||
</p>
|
||||
</div>
|
|
@ -0,0 +1,4 @@
|
|||
<span>
|
||||
<i class="fa fa-git-square fa-lg" style="margin-right: 6px;" data-title="git" bs-tooltip="tooltip.title"></i>
|
||||
Push to repository {{ trigger.config.build_source }}
|
||||
</span>
|
Reference in a new issue