mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
altered language for setting up a drone.yml after activating repo
This commit is contained in:
parent
1b37515465
commit
4e5b850c8d
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">
|
||||
<h1>This will be your commit stream</h1>
|
||||
<p>Setup a .drone.yml file to configure the build</p>
|
||||
<p>Be sure to add a .drone.yml to configure your build</p>
|
||||
<div><i class="fa fa-file-code-o"></i></div>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue