From 41d02d70ea50f633b6b3fe3fcad66995133697b9 Mon Sep 17 00:00:00 2001 From: Denis Parchenko Date: Thu, 12 Nov 2015 10:58:36 +0200 Subject: [PATCH 1/2] Add missing injected variables to doc --- docs/build/env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/env.md b/docs/build/env.md index 1328dccb4..7556146f9 100644 --- a/docs/build/env.md +++ b/docs/build/env.md @@ -33,7 +33,7 @@ A subset of variables may be substituted directly into the Yaml at runtime using * `$$COMMIT` git sha for the current build, long format * `$$BRANCH` git branch for the current build -* `$$REPO` repository full name (in `owner/name` format) +* `$$BUILD_NUMBER` build number for the current build * `$$TAG` tag name This is useful when you need to dynamically configure your plugin based on the current build. For example, we can alter an artifact name to include the branch: From 8122df5422f31980a52218e75bfd4c2f0d8d1d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Mathiasen?= Date: Fri, 13 Nov 2015 21:22:38 +0100 Subject: [PATCH 2/2] Updated the README.md Links where switched around between libsqllist3 and sassc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccf88e2e9..30a967118 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ Please see our [installation guide](http://readme.drone.io/setup/) to install th Install build dependencies: * go 1.5+ ([install guide](http://golang.org/doc/install)) -* libsqlite3 ([install script](https://github.com/drone/drone/blob/master/contrib/setup-sassc.sh)) -* sassc ([install script](https://github.com/drone/drone/blob/master/contrib/setup-sqlite.sh)) +* libsqlite3 ([install script](https://github.com/drone/drone/blob/master/contrib/setup-sqlite.sh)) +* sassc ([install script](https://github.com/drone/drone/blob/master/contrib/setup-sassc.sh)) Clone the repository to your Go workspace: