1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-29 18:04:15 +02:00

altered language for setting up a drone.yml after activating repo

This commit is contained in:
Brad Rydzewski 2014-10-12 21:47:42 -07:00
parent 1b37515465
commit 4e5b850c8d

View File

@ -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>