From 4e5b850c8d1baed512d32f069c96daa749782611 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Sun, 12 Oct 2014 21:47:42 -0700 Subject: [PATCH 1/2] altered language for setting up a drone.yml after activating repo --- server/app/views/repo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app/views/repo.html b/server/app/views/repo.html index d1e6c3b46..edbba0312 100644 --- a/server/app/views/repo.html +++ b/server/app/views/repo.html @@ -31,7 +31,7 @@

This will be your commit stream

-

Setup a .drone.yml file to configure the build

+

Be sure to add a .drone.yml to configure your build

From 0221442828bfe5af3b03e343d09bb470361b2e90 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Sun, 12 Oct 2014 21:52:55 -0700 Subject: [PATCH 2/2] less confusing language after activating repository, per #545 --- server/app/views/repo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/app/views/repo.html b/server/app/views/repo.html index edbba0312..a0d80201e 100644 --- a/server/app/views/repo.html +++ b/server/app/views/repo.html @@ -31,7 +31,7 @@

This will be your commit stream

-

Be sure to add a .drone.yml to configure your build

+

Add a .drone.yml file and make a commit to trigger a build