mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-12 10:35:27 +00:00
Merge pull request #546 from bradrydzewski/master
altered language for setting up a drone.yml after activating repo
This commit is contained in:
commit
2bfdced501
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
<section ng-if="repo.active == true && commits != undefined && commits.length == 0" class="nobuilds">
|
<section ng-if="repo.active == true && commits != undefined && commits.length == 0" class="nobuilds">
|
||||||
<h1>This will be your commit stream</h1>
|
<h1>This will be your commit stream</h1>
|
||||||
<p>Setup a .drone.yml file to configure the build</p>
|
<p>Add a .drone.yml file and make a commit to trigger a build</p>
|
||||||
<div><i class="fa fa-file-code-o"></i></div>
|
<div><i class="fa fa-file-code-o"></i></div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue