mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 08:06:52 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
5294e277d1
@ -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:
|
||||
|
||||
|
2
docs/build/env.md
vendored
2
docs/build/env.md
vendored
@ -34,7 +34,7 @@ A subset of variables may be substituted directly into the Yaml at runtime using
|
||||
* `$$BUILD_NUMBER` build number for the current build
|
||||
* `$$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:
|
||||
|
Loading…
Reference in New Issue
Block a user