From ecd6d559b02c88be5e95e216dd33a274d25c5ba6 Mon Sep 17 00:00:00 2001 From: Denise Date: Thu, 28 Jan 2016 14:19:30 -0800 Subject: [PATCH] Updated How to set up RancherOS CI (markdown) --- How-to-set-up-RancherOS-CI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-set-up-RancherOS-CI.md b/How-to-set-up-RancherOS-CI.md index c2ed8a6..aaf32f6 100644 --- a/How-to-set-up-RancherOS-CI.md +++ b/How-to-set-up-RancherOS-CI.md @@ -61,7 +61,7 @@ Once you've logged into Github, it will provide your list of repos. The `rancher You will need to activate the `os` repo for CI and you will need to have admin privileges on it. Click on the `os` in the list on the Drone homepage. Click on **Activate Now**. -After Drone has been activated, go to the **Settings** tab in the page. You automatically placed in the **Builds** tab. Enable "Trusted" in order to use the docker daemon on the server. +After Drone has been activated, go to the **Settings** tab in the page. You automatically placed in the **Builds** tab. Enable **Trusted** in order to use the docker daemon on the server. Anytime you push t the repo, drone will launch the instructions in the `.drone.yml` in the `os` repo.