diff options
author | techknowlogick <techknowlogick@gitea.io> | 2019-07-03 19:28:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-03 19:28:48 -0400 |
commit | 49ee9d27718c31d5ab4fe9543fefc90cd40d4405 (patch) | |
tree | b51e475be9be14d2b58822ecf1aad98848215aaa /CONTRIBUTING.md | |
parent | b5aa7f7ceb4ca828f50395e404e19c5ba7679268 (diff) | |
download | gitea-49ee9d27718c31d5ab4fe9543fefc90cd40d4405.tar.gz gitea-49ee9d27718c31d5ab4fe9543fefc90cd40d4405.zip |
update contributing to use recent version of drone cli (#7351)
fix #7350
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd3b35030f..82ab83fed5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,7 +71,7 @@ Here's how to run the test suite: - Install the correct version of the drone-cli package. As of this writing, the correct drone-cli version is - [0.8.6](https://0-8-0.docs.drone.io/cli-installation/). + [1.1.0](https://docs.drone.io/cli/install/). - Ensure you have enough free disk space. You will need at least 15-20 Gb of free disk space to hold all of the containers drone creates (a default AWS or GCE disk size won't work -- see |